diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-04-27 22:52:07 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-05-26 15:17:35 +0200 |
commit | 769a12a9c7604aa10fc227726a726a2e79d4f98f (patch) | |
tree | 48949c8f8a30540e4cf8dbf73d5bef7dac6261eb /drivers/scsi/Kconfig | |
parent | 2d9b480b1536fc577a81c2aad9d1a141f5befc04 (diff) | |
download | talos-op-linux-769a12a9c7604aa10fc227726a726a2e79d4f98f.tar.gz talos-op-linux-769a12a9c7604aa10fc227726a726a2e79d4f98f.zip |
treewide: Kconfig: fix wording / spelling
This patch fix spelling typos in Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 3a820f61ce65..8cc7b3b0f450 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -52,7 +52,7 @@ config SCSI_MQ_DEFAULT This option enables the new blk-mq based I/O path for SCSI devices by default. With the option the scsi_mod.use_blk_mq module/boot option defaults to Y, without it to N, but it can - still be overriden either way. + still be overridden either way. If unsure say N. |