Skip to content

Commit 291c254

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
scsi: lpfc: fix spelling mistakes of asynchronous
There are spelling mistakes of asynchronous in a lpfc_printf_log message and comments. Fix these. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: James Smart <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 201743b commit 291c254

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

drivers/scsi/lpfc/lpfc_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5883,7 +5883,7 @@ void lpfc_sli4_async_event_proc(struct lpfc_hba *phba)
58835883
break;
58845884
default:
58855885
lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5886-
"1804 Invalid asynchrous event code: "
5886+
"1804 Invalid asynchronous event code: "
58875887
"x%x\n", bf_get(lpfc_trailer_code,
58885888
&cq_event->cqe.mcqe_cmpl));
58895889
break;

drivers/scsi/lpfc/lpfc_sli.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8555,7 +8555,7 @@ lpfc_sli4_async_mbox_unblock(struct lpfc_hba *phba)
85558555
psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
85568556
spin_unlock_irq(&phba->hbalock);
85578557

8558-
/* wake up worker thread to post asynchronlous mailbox command */
8558+
/* wake up worker thread to post asynchronous mailbox command */
85598559
lpfc_worker_wake_up(phba);
85608560
}
85618561

@@ -8823,7 +8823,7 @@ lpfc_sli_issue_mbox_s4(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
88238823
return rc;
88248824
}
88258825

8826-
/* Now, interrupt mode asynchrous mailbox command */
8826+
/* Now, interrupt mode asynchronous mailbox command */
88278827
rc = lpfc_mbox_cmd_check(phba, mboxq);
88288828
if (rc) {
88298829
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)
1311213112
}
1311313113

1311413114
/**
13115-
* lpfc_sli4_sp_handle_async_event - Handle an asynchroous event
13115+
* lpfc_sli4_sp_handle_async_event - Handle an asynchronous event
1311613116
* @phba: Pointer to HBA context object.
1311713117
* @cqe: Pointer to mailbox completion queue entry.
1311813118
*
13119-
* This routine process a mailbox completion queue entry with asynchrous
13119+
* This routine process a mailbox completion queue entry with asynchronous
1312013120
* event.
1312113121
*
1312213122
* 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)
1327013270
* @cqe: Pointer to mailbox completion queue entry.
1327113271
*
1327213272
* 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
1327413274
* according to the MCQE's async bit.
1327513275
*
1327613276
* Return: true if work posted to worker thread, otherwise false.

0 commit comments

Comments
 (0)