treewide: fix errors in printk
[deliverable/linux.git] / drivers / scsi / fnic / fnic_trace.c
index c77285926827838d851114da691e09ec70ae3228..8b1b38751b4998dca420866c033b24cd4391b4c2 100644 (file)
@@ -592,7 +592,7 @@ int fnic_fc_trace_set_data(u32 host_no, u8 frame_type,
 
        if (fnic_fc_trace_cleared == 1) {
                fc_trace_entries.rd_idx = fc_trace_entries.wr_idx = 0;
-               pr_info("fnic: Reseting the read idx\n");
+               pr_info("fnic: Resetting the read idx\n");
                memset((void *)fnic_fc_ctlr_trace_buf_p, 0,
                                fnic_fc_trace_max_pages * PAGE_SIZE);
                fnic_fc_trace_cleared = 0;
This page took 0.025609 seconds and 5 git commands to generate.