summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic79xx_core.c
diff options
context:
space:
mode:
authorMasanari Iida2012-04-24 17:24:16 +0200
committerJiri Kosina2012-09-01 17:24:35 +0200
commit59e13d48334c38a73aec1759fe9a13eb4e476bf6 (patch)
tree11b57ef5ae69131c9381760504cc0210474ce8ab /drivers/scsi/aic7xxx/aic79xx_core.c
parentbootmem: Fix the short description of reserve_bootmem() (diff)
downloadkernel-qcow2-linux-59e13d48334c38a73aec1759fe9a13eb4e476bf6.tar.gz
kernel-qcow2-linux-59e13d48334c38a73aec1759fe9a13eb4e476bf6.tar.xz
kernel-qcow2-linux-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/aic79xx_core.c')
-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);
}