public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Sagi Grimberg <sagi@grimberg.me>
Cc: kbuild-all@01.org, linux-block@vger.kernel.org,
	linux-rdma@vger.kernel.org, linux-nvme@lists.infradead.org,
	Christoph Hellwig <hch@lst.de>,
	Steve Wise <swise@opengridcomputing.com>,
	Max Gurtovoy <maxg@mellanox.com>
Subject: [PATCH] block: fix semicolon.cocci warnings
Date: Sat, 18 Aug 2018 17:22:54 +0800	[thread overview]
Message-ID: <20180818092253.GA76076@xian> (raw)
In-Reply-To: <20180817223823.19566-1-sagi@grimberg.me>

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

block/blk-mq-rdma.c:105:34-35: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 4f5388d0fa49 ("block: fix rdma queue mapping")
CC: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

 blk-mq-rdma.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/block/blk-mq-rdma.c
+++ b/block/blk-mq-rdma.c
@@ -102,7 +102,7 @@ int blk_mq_rdma_map_queues(struct blk_mq
 	/* map any remaining unmapped cpus */
 	for_each_possible_cpu(cpu) {
 		if (set->mq_map[cpu] == UINT_MAX)
-			blk_mq_map_queue_cpu(set, cpu);;
+			blk_mq_map_queue_cpu(set, cpu);
 	}
 
 	return 0;

  parent reply	other threads:[~2018-08-18 12:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-17 22:38 [PATCH] block: fix rdma queue mapping Sagi Grimberg
2018-08-18  9:22 ` kbuild test robot
2018-08-18  9:22 ` kbuild test robot [this message]
2018-08-19 12:45 ` Max Gurtovoy
2018-08-25  2:38   ` Sagi Grimberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180818092253.GA76076@xian \
    --to=fengguang.wu@intel.com \
    --cc=hch@lst.de \
    --cc=kbuild-all@01.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=maxg@mellanox.com \
    --cc=sagi@grimberg.me \
    --cc=swise@opengridcomputing.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox