@@ -8555,7 +8555,7 @@ lpfc_sli4_async_mbox_unblock(struct lpfc_hba *phba)
8555
8555
psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
8556
8556
spin_unlock_irq(&phba->hbalock);
8557
8557
8558
- /* wake up worker thread to post asynchronlous mailbox command */
8558
+ /* wake up worker thread to post asynchronous mailbox command */
8559
8559
lpfc_worker_wake_up(phba);
8560
8560
}
8561
8561
@@ -8823,7 +8823,7 @@ lpfc_sli_issue_mbox_s4(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
8823
8823
return rc;
8824
8824
}
8825
8825
8826
- /* Now, interrupt mode asynchrous mailbox command */
8826
+ /* Now, interrupt mode asynchronous mailbox command */
8827
8827
rc = lpfc_mbox_cmd_check(phba, mboxq);
8828
8828
if (rc) {
8829
8829
lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
@@ -13112,11 +13112,11 @@ lpfc_cq_event_setup(struct lpfc_hba *phba, void *entry, int size)
13112
13112
}
13113
13113
13114
13114
/**
13115
- * lpfc_sli4_sp_handle_async_event - Handle an asynchroous event
13115
+ * lpfc_sli4_sp_handle_async_event - Handle an asynchronous event
13116
13116
* @phba: Pointer to HBA context object.
13117
13117
* @cqe: Pointer to mailbox completion queue entry.
13118
13118
*
13119
- * This routine process a mailbox completion queue entry with asynchrous
13119
+ * This routine process a mailbox completion queue entry with asynchronous
13120
13120
* event.
13121
13121
*
13122
13122
* Return: true if work posted to worker thread, otherwise false.
@@ -13270,7 +13270,7 @@ lpfc_sli4_sp_handle_mbox_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
13270
13270
* @cqe: Pointer to mailbox completion queue entry.
13271
13271
*
13272
13272
* This routine process a mailbox completion queue entry, it invokes the
13273
- * proper mailbox complete handling or asynchrous event handling routine
13273
+ * proper mailbox complete handling or asynchronous event handling routine
13274
13274
* according to the MCQE's async bit.
13275
13275
*
13276
13276
* Return: true if work posted to worker thread, otherwise false.
0 commit comments