mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] bsg-lib: convert comma to semicolon
@ 2020-08-17  2:16 Xu Wang
  2020-08-17  3:07 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Xu Wang @ 2020-08-17  2:16 UTC (permalink / raw)
  To: axboe, linux-block; +Cc: linux-kernel, Xu Wang

Replace a comma between expression statements by a semicolon.

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
---
 block/bsg-lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bsg-lib.c b/block/bsg-lib.c
index fb7b347f8010..d185396d88bb 100644
--- a/block/bsg-lib.c
+++ b/block/bsg-lib.c
@@ -378,7 +378,7 @@ struct request_queue *bsg_setup_queue(struct device *dev, const char *name,
 	bset->timeout_fn = timeout;
 
 	set = &bset->tag_set;
-	set->ops = &bsg_mq_ops,
+	set->ops = &bsg_mq_ops;
 	set->nr_hw_queues = 1;
 	set->queue_depth = 128;
 	set->numa_node = NUMA_NO_NODE;
-- 
2.17.1


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

* Re: [PATCH] bsg-lib: convert comma to semicolon
  2020-08-17  2:16 [PATCH] bsg-lib: convert comma to semicolon Xu Wang
@ 2020-08-17  3:07 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2020-08-17  3:07 UTC (permalink / raw)
  To: Xu Wang, linux-block; +Cc: linux-kernel

On 8/16/20 7:16 PM, Xu Wang wrote:
> Replace a comma between expression statements by a semicolon.

Thanks, applied.

-- 
Jens Axboe


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

end of thread, other threads:[~2020-08-17  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17  2:16 [PATCH] bsg-lib: convert comma to semicolon Xu Wang
2020-08-17  3:07 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®