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; 3+ 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] 3+ 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; 3+ 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] 3+ messages in thread

* [PATCH] NFS: fix semicolon.cocci warnings
  2019-07-07 16:46 [nfs:testing 18/19] fs/nfs/dir.c:196:51-52: Unneeded semicolon kbuild test robot
@ 2019-07-07 16:46 ` kbuild test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kbuild test robot @ 2019-07-07 16:46 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: kbuild-all, linux-nfs

From: kbuild test robot <lkp@intel.com>

fs/nfs/dir.c:196:51-52: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 36cdd6c6a841 ("NFS: Ensure cached readdir info is NUL terminated")
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing
head:   c433a7975cfc839906aaa891f68d86ca228f7e43
commit: 36cdd6c6a8416b6a455ddc0b104eaf94eb37d39e [18/19] NFS: Ensure cached readdir info is NUL terminated

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

--- a/fs/nfs/dir.c
+++ b/fs/nfs/dir.c
@@ -193,7 +193,7 @@ static
 int nfs_readdir_make_qstr(struct qstr *string, const char *name, unsigned int len)
 {
 	string->len = len;
-	string->name = kmemdup_nul(name, len, GFP_KERNEL);;
+	string->name = kmemdup_nul(name, len, GFP_KERNEL);
 	if (string->name == NULL)
 		return -ENOMEM;
 	/*

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

end of thread, other threads:[~2019-07-07 16:46 UTC | newest]

Thread overview: 3+ 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
2019-07-07 16:46 [nfs:testing 18/19] fs/nfs/dir.c:196:51-52: Unneeded semicolon kbuild test robot
2019-07-07 16:46 ` [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.