Commit 3316fb80 authored by Zheng Yongjun's avatar Zheng Yongjun Committed by Trond Myklebust
Browse files

fs/lockd: convert comma to semicolon



Replace a comma between expression statements by a semicolon.

Signed-off-by: default avatarZheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 7be9b38a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: