mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
net: Remove some unneeded semicolon
These semicolons are not needed. Just remove them. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a01512b14d
commit
07d53ae4fb
4 changed files with 5 additions and 5 deletions
|
@ -517,7 +517,7 @@ gss_alloc_msg(struct gss_auth *gss_auth,
|
|||
err = gss_encode_v1_msg(gss_msg, service_name, gss_auth->target_name);
|
||||
if (err)
|
||||
goto err_put_pipe_version;
|
||||
};
|
||||
}
|
||||
kref_get(&gss_auth->kref);
|
||||
return gss_msg;
|
||||
err_put_pipe_version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue