Skip to content

Commit 3fba68f

Browse files
geertumartinkpetersen
authored andcommitted
scsi: core: Update SCSI_MQ_DEFAULT help text to match default
The default was changed, but the help text was not updated. Fix grammar (s/the option/this option/) while at it. [mkp: drop "new" as suggested by John Garry] Fixes: d5038a1 ("scsi: core: switch to scsi-mq by default") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 5b394b2 commit 3fba68f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/scsi/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ config SCSI_MQ_DEFAULT
5252
default y
5353
depends on SCSI
5454
---help---
55-
This option enables the new blk-mq based I/O path for SCSI
56-
devices by default. With the option the scsi_mod.use_blk_mq
57-
module/boot option defaults to Y, without it to N, but it can
58-
still be overridden either way.
55+
This option enables the blk-mq based I/O path for SCSI devices by
56+
default. With this option the scsi_mod.use_blk_mq module/boot
57+
option defaults to Y, without it to N, but it can still be
58+
overridden either way.
5959

60-
If unsure say N.
60+
If unsure say Y.
6161

6262
config SCSI_PROC_FS
6363
bool "legacy /proc/scsi/ support"

0 commit comments

Comments
 (0)