[PATCH] NFS: fix semicolon.cocci warnings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: kbuild test robot <fengguang.wu@xxxxxxxxx>

fs/nfs/namespace.c:261:23-24: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 5bb9825cd156 ("NFS: Add fs_context support.")
CC: David Howells <dhowells@xxxxxxxxxx>
Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git Q25
head:   ddfd55673fc1115e4c38a725384252c2ce296923
commit: 5bb9825cd156976f85c9aa4d79e997d11272c5b1 [66/69] NFS: Add fs_context support.

 namespace.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/fs/nfs/namespace.c
+++ b/fs/nfs/namespace.c
@@ -258,7 +258,7 @@ int nfs_do_submount(struct fs_context *f
 	if (!buffer)
 		return -ENOMEM;
 
-	ctx->internal		= true;;
+	ctx->internal		= true;
 	ctx->clone_data.cloned	= true;
 
 	p = nfs_devname(dentry, buffer, 4096);



[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux