diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:28:22 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:28:22 -0500 |
commit | b1c118121ae37285ddc0a7a908999196bb35fb0b (patch) | |
tree | d4822302497c87c7e054898c4e30fa08742a9d97 /drivers/scsi/aic7xxx | |
parent | f26fc4e08a0d045b108ab279cb8c8bd676f83c02 (diff) |
drivers/scsi/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Acked-by: James Smart <james.smart@emulex.com>
Acked-by: Darrick J. Wong <djwong@us.ibm.com>
Acked-by: David Somayajulu <david.somayajulu@qlogic.com>
Acked-by: Mark Salyzyn <mark_salyzyn@adaptec.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/scsi/aic7xxx')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_inline.h | 2 | ||||
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_osm.c | 2 | ||||
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_pci.c | 4 | ||||
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_inline.h | 2 | ||||
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_inline.h b/drivers/scsi/aic7xxx/aic79xx_inline.h index 2ceb67f4af2a..45e55575a0fa 100644 --- a/drivers/scsi/aic7xxx/aic79xx_inline.h +++ b/drivers/scsi/aic7xxx/aic79xx_inline.h | |||
@@ -417,7 +417,7 @@ ahd_targetcmd_offset(struct ahd_softc *ahd, u_int index) | |||
417 | - (uint8_t *)ahd->qoutfifo); | 417 | - (uint8_t *)ahd->qoutfifo); |
418 | } | 418 | } |
419 | 419 | ||
420 | /*********************** Miscelaneous Support Functions ***********************/ | 420 | /*********************** Miscellaneous Support Functions ***********************/ |
421 | static __inline struct ahd_initiator_tinfo * | 421 | static __inline struct ahd_initiator_tinfo * |
422 | ahd_fetch_transinfo(struct ahd_softc *ahd, | 422 | ahd_fetch_transinfo(struct ahd_softc *ahd, |
423 | char channel, u_int our_id, | 423 | char channel, u_int our_id, |
diff --git a/drivers/scsi/aic7xxx/aic79xx_osm.c b/drivers/scsi/aic7xxx/aic79xx_osm.c index 014654792901..72fccd9f40df 100644 --- a/drivers/scsi/aic7xxx/aic79xx_osm.c +++ b/drivers/scsi/aic7xxx/aic79xx_osm.c | |||
@@ -325,7 +325,7 @@ MODULE_PARM_DESC(aic79xx, | |||
325 | " verbose Enable verbose/diagnostic logging\n" | 325 | " verbose Enable verbose/diagnostic logging\n" |
326 | " allow_memio Allow device registers to be memory mapped\n" | 326 | " allow_memio Allow device registers to be memory mapped\n" |
327 | " debug Bitmask of debug values to enable\n" | 327 | " debug Bitmask of debug values to enable\n" |
328 | " no_reset Supress initial bus resets\n" | 328 | " no_reset Suppress initial bus resets\n" |
329 | " extended Enable extended geometry on all controllers\n" | 329 | " extended Enable extended geometry on all controllers\n" |
330 | " periodic_otag Send an ordered tagged transaction\n" | 330 | " periodic_otag Send an ordered tagged transaction\n" |
331 | " periodically to prevent tag starvation.\n" | 331 | " periodically to prevent tag starvation.\n" |
diff --git a/drivers/scsi/aic7xxx/aic79xx_pci.c b/drivers/scsi/aic7xxx/aic79xx_pci.c index df853676e66a..c9f79fdf9131 100644 --- a/drivers/scsi/aic7xxx/aic79xx_pci.c +++ b/drivers/scsi/aic7xxx/aic79xx_pci.c | |||
@@ -979,7 +979,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd) | |||
979 | | AHD_FAINT_LED_BUG; | 979 | | AHD_FAINT_LED_BUG; |
980 | 980 | ||
981 | /* | 981 | /* |
982 | * IO Cell paramter setup. | 982 | * IO Cell parameter setup. |
983 | */ | 983 | */ |
984 | AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29); | 984 | AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29); |
985 | 985 | ||
@@ -1006,7 +1006,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd) | |||
1006 | ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG; | 1006 | ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG; |
1007 | 1007 | ||
1008 | /* | 1008 | /* |
1009 | * IO Cell paramter setup. | 1009 | * IO Cell parameter setup. |
1010 | */ | 1010 | */ |
1011 | AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29); | 1011 | AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29); |
1012 | AHD_SET_SLEWRATE(ahd, AHD_SLEWRATE_DEF_REVB); | 1012 | AHD_SET_SLEWRATE(ahd, AHD_SLEWRATE_DEF_REVB); |
diff --git a/drivers/scsi/aic7xxx/aic7xxx_inline.h b/drivers/scsi/aic7xxx/aic7xxx_inline.h index 8e1954cdd84f..cba2f23bbe79 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_inline.h +++ b/drivers/scsi/aic7xxx/aic7xxx_inline.h | |||
@@ -229,7 +229,7 @@ ahc_name(struct ahc_softc *ahc) | |||
229 | return (ahc->name); | 229 | return (ahc->name); |
230 | } | 230 | } |
231 | 231 | ||
232 | /*********************** Miscelaneous Support Functions ***********************/ | 232 | /*********************** Miscellaneous Support Functions ***********************/ |
233 | 233 | ||
234 | static __inline void ahc_update_residual(struct ahc_softc *ahc, | 234 | static __inline void ahc_update_residual(struct ahc_softc *ahc, |
235 | struct scb *scb); | 235 | struct scb *scb); |
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.c b/drivers/scsi/aic7xxx/aic7xxx_osm.c index 99a3b33a3233..282aff6f852e 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.c +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.c | |||
@@ -347,7 +347,7 @@ MODULE_PARM_DESC(aic7xxx, | |||
347 | " debug Bitmask of debug values to enable\n" | 347 | " debug Bitmask of debug values to enable\n" |
348 | " no_probe Toggle EISA/VLB controller probing\n" | 348 | " no_probe Toggle EISA/VLB controller probing\n" |
349 | " probe_eisa_vl Toggle EISA/VLB controller probing\n" | 349 | " probe_eisa_vl Toggle EISA/VLB controller probing\n" |
350 | " no_reset Supress initial bus resets\n" | 350 | " no_reset Suppress initial bus resets\n" |
351 | " extended Enable extended geometry on all controllers\n" | 351 | " extended Enable extended geometry on all controllers\n" |
352 | " periodic_otag Send an ordered tagged transaction\n" | 352 | " periodic_otag Send an ordered tagged transaction\n" |
353 | " periodically to prevent tag starvation.\n" | 353 | " periodically to prevent tag starvation.\n" |