diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-11-30 07:38:43 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 08:54:57 -0500 |
commit | 5065a706c1784f2dd661cd43c1ac2b4ae92d0afa (patch) | |
tree | 7a219e78eb267df0380b902f9393772c06070bda /drivers/scsi/Kconfig | |
parent | 90e51adf16db137d9b61eea952af32ee2f454c41 (diff) |
treewide: Fix typo in Kconfig
Correct spelling typo in Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index fe25677a5511..a2d61d061be7 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -204,9 +204,9 @@ config SCSI_MULTI_LUN | |||
204 | Some devices support more than one LUN (Logical Unit Number) in order | 204 | Some devices support more than one LUN (Logical Unit Number) in order |
205 | to allow access to several media, e.g. CD jukebox, USB card reader, | 205 | to allow access to several media, e.g. CD jukebox, USB card reader, |
206 | mobile phone in mass storage mode. This option forces the kernel to | 206 | mobile phone in mass storage mode. This option forces the kernel to |
207 | probe for all LUNs by default. This setting can be overriden by | 207 | probe for all LUNs by default. This setting can be overridden by |
208 | max_luns boot/module parameter. Note that this option does not affect | 208 | max_luns boot/module parameter. Note that this option does not affect |
209 | devices conforming to SCSI-3 or higher as they can explicitely report | 209 | devices conforming to SCSI-3 or higher as they can explicitly report |
210 | their number of LUNs. It is safe to say Y here unless you have one of | 210 | their number of LUNs. It is safe to say Y here unless you have one of |
211 | those rare devices which reacts in an unexpected way when probed for | 211 | those rare devices which reacts in an unexpected way when probed for |
212 | multiple LUNs. | 212 | multiple LUNs. |