linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] null_blk: fix name and description of 'queue_mode' module parameter
@ 2014-06-11 21:13 Mike Snitzer
  2014-06-11 21:33 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Snitzer @ 2014-06-11 21:13 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel

'use_mq' is not the name of the module parameter, 'queue_mode' is.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
---
 drivers/block/null_blk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/block/null_blk.c b/drivers/block/null_blk.c
index 091b9ea..8c598f6 100644
--- a/drivers/block/null_blk.c
+++ b/drivers/block/null_blk.c
@@ -78,7 +78,7 @@ MODULE_PARM_DESC(home_node, "Home node for the device");
 
 static int queue_mode = NULL_Q_MQ;
 module_param(queue_mode, int, S_IRUGO);
-MODULE_PARM_DESC(use_mq, "Use blk-mq interface (0=bio,1=rq,2=multiqueue)");
+MODULE_PARM_DESC(queue_mode, "Block interface to use (0=bio,1=rq,2=multiqueue)");
 
 static int gb = 250;
 module_param(gb, int, S_IRUGO);
-- 
1.7.1


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

* Re: [PATCH] null_blk: fix name and description of 'queue_mode' module parameter
  2014-06-11 21:13 [PATCH] null_blk: fix name and description of 'queue_mode' module parameter Mike Snitzer
@ 2014-06-11 21:33 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2014-06-11 21:33 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: linux-kernel

On 06/11/2014 03:13 PM, Mike Snitzer wrote:
> 'use_mq' is not the name of the module parameter, 'queue_mode' is.

Thanks Mike.



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

end of thread, other threads:[~2014-06-11 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 21:13 [PATCH] null_blk: fix name and description of 'queue_mode' module parameter Mike Snitzer
2014-06-11 21:33 ` Jens Axboe

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