diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-24 11:24:16 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 11:24:35 -0400 |
commit | 59e13d48334c38a73aec1759fe9a13eb4e476bf6 (patch) | |
tree | 11b57ef5ae69131c9381760504cc0210474ce8ab /drivers/scsi/aic7xxx | |
parent | 0d4ba4d7b115bd37cfa64274273eb91e848bd236 (diff) |
scsi: fix various printk and comment typos
Correct spelling typo within drivers/scsi
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic7xxx')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c index 25417d0e7acb..0bcacf71aef8 100644 --- a/drivers/scsi/aic7xxx/aic79xx_core.c +++ b/drivers/scsi/aic7xxx/aic79xx_core.c | |||
@@ -2888,7 +2888,7 @@ ahd_handle_lqiphase_error(struct ahd_softc *ahd, u_int lqistat1) | |||
2888 | ahd_outb(ahd, CLRINT, CLRSCSIINT); | 2888 | ahd_outb(ahd, CLRINT, CLRSCSIINT); |
2889 | ahd_unpause(ahd); | 2889 | ahd_unpause(ahd); |
2890 | } else { | 2890 | } else { |
2891 | printk("Reseting Channel for LQI Phase error\n"); | 2891 | printk("Resetting Channel for LQI Phase error\n"); |
2892 | ahd_dump_card_state(ahd); | 2892 | ahd_dump_card_state(ahd); |
2893 | ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); | 2893 | ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); |
2894 | } | 2894 | } |