mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
nfsd4: Remove unneeded semicolon
Fixes coccicheck warning: fs/nfsd/nfs4state.c:3376:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
09a80f2aef
commit
fc5fc5d7cc
1 changed files with 1 additions and 1 deletions
|
@ -3422,7 +3422,7 @@ static __be32 nfsd4_map_bcts_dir(u32 *dir)
|
|||
case NFS4_CDFC4_BACK_OR_BOTH:
|
||||
*dir = NFS4_CDFC4_BOTH;
|
||||
return nfs_ok;
|
||||
};
|
||||
}
|
||||
return nfserr_inval;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue