aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2014-08-14 01:26:22 -0400
committerJiri Kosina <jkosina@suse.cz>2014-08-26 03:35:52 -0400
commita2787312e9440301f606577805659ed2a1bde810 (patch)
treeb0164a0565cd0f20b93ecdab426a20d73ea5bf99
parent8307959d5e244e533d3a049476fb1dfa366306a9 (diff)
Documentation: Fix null_blk parameter irq_mode to irqmode
To match the real module parameter name we implemented. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--Documentation/block/null_blk.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/block/null_blk.txt b/Documentation/block/null_blk.txt
index b2830b435895..2f6c6ff7161d 100644
--- a/Documentation/block/null_blk.txt
+++ b/Documentation/block/null_blk.txt
@@ -42,7 +42,7 @@ nr_devices=[Number of devices]: Default: 2
42 Number of block devices instantiated. They are instantiated as /dev/nullb0, 42 Number of block devices instantiated. They are instantiated as /dev/nullb0,
43 etc. 43 etc.
44 44
45irq_mode=[0-2]: Default: 1-Soft-irq 45irqmode=[0-2]: Default: 1-Soft-irq
46 The completion mode used for completing IOs to the block-layer. 46 The completion mode used for completing IOs to the block-layer.
47 47
48 0: None. 48 0: None.
@@ -53,7 +53,7 @@ irq_mode=[0-2]: Default: 1-Soft-irq
53 completion. 53 completion.
54 54
55completion_nsec=[ns]: Default: 10.000ns 55completion_nsec=[ns]: Default: 10.000ns
56 Combined with irq_mode=2 (timer). The time each completion event must wait. 56 Combined with irqmode=2 (timer). The time each completion event must wait.
57 57
58submit_queues=[0..nr_cpus]: 58submit_queues=[0..nr_cpus]:
59 The number of submission queues attached to the device driver. If unset, it 59 The number of submission queues attached to the device driver. If unset, it