projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be9b38
)
fs/lockd: convert comma to semicolon
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Fri, 11 Dec 2020 08:41:58 +0000
(16:41 +0800)
committer
Trond Myklebust
<trond.myklebust@hammerspace.com>
Wed, 16 Dec 2020 12:57:37 +0000
(07:57 -0500)
Replace a comma between expression statements by a semicolon.
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/lockd/host.c
patch
|
blob
|
history
diff --git
a/fs/lockd/host.c
b/fs/lockd/host.c
index 771c289f6df7ff97056b474db45df233311c6ab7..f802223e71abe530b4234ac2fa403e5a038e8978 100644
(file)
--- a/
fs/lockd/host.c
+++ b/
fs/lockd/host.c
@@
-163,7
+163,7
@@
static struct nlm_host *nlm_alloc_host(struct nlm_lookup_host_info *ni,
host->h_nsmhandle = nsm;
host->h_addrbuf = nsm->sm_addrbuf;
host->net = ni->net;
- host->h_cred = get_cred(ni->cred)
,
+ host->h_cred = get_cred(ni->cred)
;
strlcpy(host->nodename, utsname()->nodename, sizeof(host->nodename));
out: