From: Tom Rix Date: Sun, 1 Nov 2020 15:32:34 +0000 (-0800) Subject: NFSD: A semicolon is not needed after a switch statement. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=25fef48bdbe7cac5ba5577eab6a750e1caea43bc;p=linux.git NFSD: A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix Signed-off-by: Chuck Lever --- diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 1d2c33cd3a877..e3c6bea83bd6d 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c @@ -2558,7 +2558,7 @@ static u32 nfs4_file_type(umode_t mode) case S_IFREG: return NF4REG; case S_IFSOCK: return NF4SOCK; default: return NF4BAD; - }; + } } static inline __be32