aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-04-25 00:24:16 +0900
committerJiri Kosina <jkosina@suse.cz>2012-09-01 08:24:35 -0700
commit59e13d48334c38a73aec1759fe9a13eb4e476bf6 (patch)
tree11b57ef5ae69131c9381760504cc0210474ce8ab /drivers/scsi/aic7xxx
parentbootmem: Fix the short description of reserve_bootmem() (diff)
downloadlinux-dev-59e13d48334c38a73aec1759fe9a13eb4e476bf6.tar.xz
linux-dev-59e13d48334c38a73aec1759fe9a13eb4e476bf6.zip
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.c2
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)
ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_unpause(ahd);
} else {
- printk("Reseting Channel for LQI Phase error\n");
+ printk("Resetting Channel for LQI Phase error\n");
ahd_dump_card_state(ahd);
ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
}