aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/namespace.c
diff options
context:
space:
mode:
authorHuilong Deng <denghuilong@cdjrlc.com>2021-05-21 22:07:37 +0800
committerTrond Myklebust <trond.myklebust@hammerspace.com>2021-05-27 09:19:33 -0400
commita799b68a7c7ac97b457aba4ede4122a2a9f536ab (patch)
tree4fcd94fe465a2a12e96a221f6eaf3e6745a07322 /fs/nfs/namespace.c
parentxprtrdma: Revert 586a0787ce35 (diff)
downloadlinux-dev-a799b68a7c7ac97b457aba4ede4122a2a9f536ab.tar.xz
linux-dev-a799b68a7c7ac97b457aba4ede4122a2a9f536ab.zip
nfs: Remove trailing semicolon in macros
Macros should not use a trailing semicolon. Signed-off-by: Huilong Deng <denghuilong@cdjrlc.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/namespace.c')
-rw-r--r--fs/nfs/namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c
index 93e60e921f92..bc0c698f3350 100644
--- a/fs/nfs/namespace.c
+++ b/fs/nfs/namespace.c
@@ -362,7 +362,7 @@ static const struct kernel_param_ops param_ops_nfs_timeout = {
.set = param_set_nfs_timeout,
.get = param_get_nfs_timeout,
};
-#define param_check_nfs_timeout(name, p) __param_check(name, p, int);
+#define param_check_nfs_timeout(name, p) __param_check(name, p, int)
module_param(nfs_mountpoint_expiry_timeout, nfs_timeout, 0644);
MODULE_PARM_DESC(nfs_mountpoint_expiry_timeout,