diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 00:21:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 00:21:55 -0500 |
commit | bb1281f2aae08e5ef23eb0692c8833e95579cdf2 (patch) | |
tree | e00abd368a90eb947df37ba1e6082c864635cb80 /drivers/scsi | |
parent | 4988abf1749241bc80600a6b3283d03898d2717c (diff) | |
parent | c04e7da0133fbe7f799b9356982371d228df9994 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina:
"Usual rocket science stuff from trivial.git"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
neighbour.h: fix comment
sched: Fix warning on make htmldocs caused by wait.h
slab: struct kmem_cache is protected by slab_mutex
doc: Fix typo in USB Gadget Documentation
of/Kconfig: Spelling s/one/once/
mkregtable: Fix sscanf handling
lp5523, lp8501: comment improvements
thermal: rcar: comment spelling
treewide: fix comments and printk msgs
IXP4xx: remove '1 &&' from a condition check in ixp4xx_restart()
Documentation: update /proc/uptime field description
Documentation: Fix size parameter for snprintf
arm: fix comment header and macro name
asm-generic: uaccess: Spelling s/a ny/any/
mtd: onenand: fix comment header
doc: driver-model/platform.txt: fix a typo
drivers: fix typo in DEVTMPFS_MOUNT Kconfig help text
doc: Fix typo (acces_process_vm -> access_process_vm)
treewide: Fix typos in printk
drivers/gpu/drm/qxl/Kconfig: reformat the help text
...
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/Kconfig | 4 | ||||
-rw-r--r-- | drivers/scsi/qla2xxx/qla_nx2.c | 2 | ||||
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_83xx.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 1f02003ea08d..c8bd092fc945 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. |
diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b/drivers/scsi/qla2xxx/qla_nx2.c index b45f4d78ee36..f60989d729a8 100644 --- a/drivers/scsi/qla2xxx/qla_nx2.c +++ b/drivers/scsi/qla2xxx/qla_nx2.c | |||
@@ -2254,7 +2254,7 @@ qla8044_minidump_process_rdmem(struct scsi_qla_host *vha, | |||
2254 | 2254 | ||
2255 | if (r_addr & 0xf) { | 2255 | if (r_addr & 0xf) { |
2256 | ql_dbg(ql_dbg_p3p, vha, 0xb0f1, | 2256 | ql_dbg(ql_dbg_p3p, vha, 0xb0f1, |
2257 | "[%s]: Read addr 0x%x not 16 bytes alligned\n", | 2257 | "[%s]: Read addr 0x%x not 16 bytes aligned\n", |
2258 | __func__, r_addr); | 2258 | __func__, r_addr); |
2259 | return QLA_FUNCTION_FAILED; | 2259 | return QLA_FUNCTION_FAILED; |
2260 | } | 2260 | } |
diff --git a/drivers/scsi/qla4xxx/ql4_83xx.c b/drivers/scsi/qla4xxx/ql4_83xx.c index 8196c2f7915c..919284834ad7 100644 --- a/drivers/scsi/qla4xxx/ql4_83xx.c +++ b/drivers/scsi/qla4xxx/ql4_83xx.c | |||
@@ -465,7 +465,7 @@ int qla4_83xx_drv_lock(struct scsi_qla_host *ha) | |||
465 | } | 465 | } |
466 | /* Recovery Failed, some other function | 466 | /* Recovery Failed, some other function |
467 | * has the lock, wait for 2secs and retry */ | 467 | * has the lock, wait for 2secs and retry */ |
468 | ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timout\n", | 468 | ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timeout\n", |
469 | __func__, ha->func_num); | 469 | __func__, ha->func_num); |
470 | timeout = 0; | 470 | timeout = 0; |
471 | } | 471 | } |