From: Zheng Yongjun Date: Fri, 11 Dec 2020 08:41:58 +0000 (+0800) Subject: fs/lockd: convert comma to semicolon X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3316fb80a0b4c1fef03a3eb1a7f0651e2133c429;p=linux.git fs/lockd: convert comma to semicolon Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun Signed-off-by: Trond Myklebust --- diff --git a/fs/lockd/host.c b/fs/lockd/host.c index 771c289f6df7f..f802223e71abe 100644 --- 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: