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>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user