Thanks, applying.--b. On Thu, Dec 19, 2019 at 05:29:20PM +0800, zhengbin wrote: > Fixes coccicheck warning: > > fs/nfsd/nfs4state.c:3376:2-3: Unneeded semicolon > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: zhengbin <zhengbin13@xxxxxxxxxx> > --- > fs/nfsd/nfs4state.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c > index 369e574..54c2917 100644 > --- a/fs/nfsd/nfs4state.c > +++ b/fs/nfsd/nfs4state.c > @@ -3373,7 +3373,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; > } > > -- > 2.7.4