nfs4: Remove unneeded semicolon
authorZheng Bin <zhengbin13@huawei.com>
Fri, 24 Apr 2020 08:17:23 +0000 (16:17 +0800)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 27 May 2020 14:08:26 +0000 (10:08 -0400)
Fixes coccicheck warning:

include/linux/nfs4.h:298:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/linux/nfs4.h

index 82d8fb4..4a51db7 100644 (file)
@@ -295,7 +295,7 @@ static inline bool seqid_mutating_err(u32 err)
        case NFS4ERR_NOFILEHANDLE:
        case NFS4ERR_MOVED:
                return false;
-       };
+       }
        return true;
 }