Skip to content

Commit 638eec0

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"
There are spelling mistakes in a log message and two comments. Fix them. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 0b86325 commit 638eec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/scsi/lpfc/lpfc_bsg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,7 +2582,7 @@ static int lpfcdiag_loop_self_unreg(struct lpfc_hba *phba, uint16_t rpi)
25822582
*
25832583
* This function obtains the transmit and receive ids required to send
25842584
* an unsolicited ct command with a payload. A special lpfc FsType and CmdRsp
2585-
* flags are used to the unsolicted response handler is able to process
2585+
* flags are used to the unsolicited response handler is able to process
25862586
* the ct command sent on the same port.
25872587
**/
25882588
static int lpfcdiag_loop_get_xri(struct lpfc_hba *phba, uint16_t rpi,
@@ -2874,7 +2874,7 @@ diag_cmd_data_alloc(struct lpfc_hba *phba,
28742874
* @len: Number of data bytes
28752875
*
28762876
* This function allocates and posts a data buffer of sufficient size to receive
2877-
* an unsolicted CT command.
2877+
* an unsolicited CT command.
28782878
**/
28792879
static int lpfcdiag_sli3_loop_post_rxbufs(struct lpfc_hba *phba, uint16_t rxxri,
28802880
size_t len)

drivers/scsi/lpfc/lpfc_ct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ lpfc_ct_ignore_hbq_buffer(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq,
9090
get_job_ulpstatus(phba, piocbq));
9191
}
9292
lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
93-
"0145 Ignoring unsolicted CT HBQ Size:%d "
93+
"0145 Ignoring unsolicited CT HBQ Size:%d "
9494
"status = x%x\n",
9595
size, get_job_ulpstatus(phba, piocbq));
9696
}

0 commit comments

Comments
 (0)