[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1407993982-14015-1-git-send-email-famz@redhat.com>
Date: Thu, 14 Aug 2014 13:26:22 +0800
From: Fam Zheng <famz@...hat.com>
To: Jiri Kosina <trivial@...nel.org>
Cc: Jens Axboe <axboe@...nel.dk>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, famz@...hat.com
Subject: [TRIVIAL PATCH] Documentation: Fix null_blk parameter irq_mode to irqmode
To match the real module parameter name we implemented.
Signed-off-by: Fam Zheng <famz@...hat.com>
---
Documentation/block/null_blk.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/block/null_blk.txt b/Documentation/block/null_blk.txt
index b2830b4..2f6c6ff 100644
--- a/Documentation/block/null_blk.txt
+++ b/Documentation/block/null_blk.txt
@@ -42,7 +42,7 @@ nr_devices=[Number of devices]: Default: 2
Number of block devices instantiated. They are instantiated as /dev/nullb0,
etc.
-irq_mode=[0-2]: Default: 1-Soft-irq
+irqmode=[0-2]: Default: 1-Soft-irq
The completion mode used for completing IOs to the block-layer.
0: None.
@@ -53,7 +53,7 @@ irq_mode=[0-2]: Default: 1-Soft-irq
completion.
completion_nsec=[ns]: Default: 10.000ns
- Combined with irq_mode=2 (timer). The time each completion event must wait.
+ Combined with irqmode=2 (timer). The time each completion event must wait.
submit_queues=[0..nr_cpus]:
The number of submission queues attached to the device driver. If unset, it
--
2.0.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists