scsi: fix various printk and comment typos
[deliverable/linux.git] / drivers / scsi / aic7xxx / aic79xx_core.c
index 25417d0e7acbf655392ac8c98cbfaf72745b6c5f..0bcacf71aef814fefa19fb7c2af4588eb3e5389a 100644 (file)
@@ -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);
        }
This page took 0.029068 seconds and 5 git commands to generate.