Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[sfrench/cifs-2.6.git] / drivers / scsi / lpfc / lpfc_init.c
index 6eb4085a3a222d9b295f0311fc4dd658cc11561f..61958a24a43d9f765bef60d9f2af17bc2e20634b 100644 (file)
@@ -5502,7 +5502,7 @@ lpfc_sli4_async_link_evt(struct lpfc_hba *phba,
        bf_set(lpfc_mbx_read_top_link_spd, la,
               (bf_get(lpfc_acqe_link_speed, acqe_link)));
 
-       /* Fake the the following irrelvant fields */
+       /* Fake the following irrelevant fields */
        bf_set(lpfc_mbx_read_top_topology, la, LPFC_TOPOLOGY_PT_PT);
        bf_set(lpfc_mbx_read_top_alpa_granted, la, 0);
        bf_set(lpfc_mbx_read_top_il, la, 0);
@@ -12549,7 +12549,7 @@ lpfc_cpu_affinity_check(struct lpfc_hba *phba, int vectors)
                        /* Mark CPU as IRQ not assigned by the kernel */
                        cpup->flag |= LPFC_CPU_MAP_UNASSIGN;
 
-                       /* If so, find a new_cpup thats on the the SAME
+                       /* If so, find a new_cpup that is on the SAME
                         * phys_id as cpup. start_cpu will start where we
                         * left off so all unassigned entries don't get assgined
                         * the IRQ of the first entry.