nfsd: Clean up errors in nfs4state.c
authorKaiLong Wang <wangkailong@jari.cn>
Thu, 28 Sep 2023 02:43:04 +0000 (10:43 +0800)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 16 Oct 2023 16:44:38 +0000 (12:44 -0400)
commit03a0497f83c25292e11c934ee1a2f769f14b4f3c
treee043e56035837ec35da132ca7efdfd7a0368bc63
parent0e5559ebe7f48d7957587e441abdaa331133d503
nfsd: Clean up errors in nfs4state.c

Fix the following errors reported by checkpatch:

ERROR: spaces required around that '=' (ctx:VxW)

ERROR: space required after that ',' (ctx:VxO)
ERROR: space required before that '~' (ctx:OxV)
Signed-off-by: KaiLong Wang <wangkailong@jari.cn>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4state.c