linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [asahilinux:nvme/dev 13/17] drivers/nvme/host/pci.c:2249:2-3: Unneeded semicolon
@ 2021-08-05  8:20 kernel test robot
  2021-08-05  8:20 ` [PATCH] nvme: fix semicolon.cocci warnings kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-08-05  8:20 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: kbuild-all, linux-kernel, Sven Peter

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

tree:   https://github.com/AsahiLinux/linux nvme/dev
head:   70ce58861f9029c98ddcfb26787a58bbac183cc2
commit: 52fea7af90e4babd35f8d004ef26758a50fe53ed [13/17] nvme: skip remapping BAR on non-PCI devices
config: powerpc64-randconfig-c024-20210805 (attached as .config)
compiler: powerpc-linux-gcc (GCC) 10.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> drivers/nvme/host/pci.c:2249:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 32234 bytes --]

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

* [PATCH] nvme: fix semicolon.cocci warnings
  2021-08-05  8:20 [asahilinux:nvme/dev 13/17] drivers/nvme/host/pci.c:2249:2-3: Unneeded semicolon kernel test robot
@ 2021-08-05  8:20 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-08-05  8:20 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: kbuild-all, linux-kernel, Sven Peter

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

drivers/nvme/host/pci.c:2249:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 52fea7af90e4 ("nvme: skip remapping BAR on non-PCI devices")
CC: Arnd Bergmann <arnd@arndb.de>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/AsahiLinux/linux nvme/dev
head:   70ce58861f9029c98ddcfb26787a58bbac183cc2
commit: 52fea7af90e4babd35f8d004ef26758a50fe53ed [13/17] nvme: skip remapping BAR on non-PCI devices
:::::: branch date: 5 days ago
:::::: commit date: 5 days ago

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

--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -2246,7 +2246,7 @@ static int nvme_setup_io_queues(struct n
 			break;
 		if (!--nr_io_queues)
 			return -ENOMEM;
-	};
+	}
 	adminq->q_db = dev->dbs;
 
  retry:

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

end of thread, other threads:[~2021-08-05  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  8:20 [asahilinux:nvme/dev 13/17] drivers/nvme/host/pci.c:2249:2-3: Unneeded semicolon kernel test robot
2021-08-05  8:20 ` [PATCH] nvme: fix semicolon.cocci warnings kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).