All of lore.kernel.org
 help / color / mirror / Atom feed
* [vfs:Q25 66/69] fs/nfs/namespace.c:261:23-24: Unneeded semicolon
@ 2018-12-03  0:01 kbuild test robot
  2018-12-03  0:01 ` [PATCH] NFS: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2018-12-03  0:01 UTC (permalink / raw)
  To: David Howells; +Cc: kbuild-all, linux-fsdevel, Al Viro

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.


coccinelle warnings: (new ones prefixed by >>)

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

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] NFS: fix semicolon.cocci warnings
  2018-12-03  0:01 [vfs:Q25 66/69] fs/nfs/namespace.c:261:23-24: Unneeded semicolon kbuild test robot
@ 2018-12-03  0:01 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2018-12-03  0:01 UTC (permalink / raw)
  To: David Howells; +Cc: kbuild-all, linux-fsdevel, Al Viro

From: kbuild test robot <fengguang.wu@intel.com>

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@redhat.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-03  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03  0:01 [vfs:Q25 66/69] fs/nfs/namespace.c:261:23-24: Unneeded semicolon kbuild test robot
2018-12-03  0:01 ` [PATCH] NFS: fix semicolon.cocci warnings kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.