Commit 3fba68fa authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Martin K. Petersen
Browse files

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: d5038a13 ("scsi: core: switch to scsi-mq by default")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarMing Lei <ming.lei@redhat.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 5b394b2d
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -52,12 +52,12 @@ config SCSI_MQ_DEFAULT
	default y
	default y
	depends on SCSI
	depends on SCSI
	---help---
	---help---
	  This option enables the new blk-mq based I/O path for SCSI
	  This option enables the blk-mq based I/O path for SCSI devices by
	  devices by default.  With the option the scsi_mod.use_blk_mq
	  default.  With this option the scsi_mod.use_blk_mq module/boot
	  module/boot option defaults to Y, without it to N, but it can
	  option defaults to Y, without it to N, but it can still be
	  still be overridden either way.
	  overridden either way.


	  If unsure say N.
	  If unsure say Y.


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