From: Cai Huoqing Date: Fri, 28 Jan 2022 06:31:01 +0000 (+0800) Subject: scsi: bnx2fc: Fix typo in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dd84a4b0fe173c4db2e95cf6a2b74cdce7bbab13;p=linux.git scsi: bnx2fc: Fix typo in comments Replace 'Offlaod' with 'Offload'. Link: https://lore.kernel.org/r/20220128063101.6953-1-cai.huoqing@linux.dev Acked-by: Saurav Kashyap Signed-off-by: Cai Huoqing Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/bnx2fc/bnx2fc_tgt.c b/drivers/scsi/bnx2fc/bnx2fc_tgt.c index 9200b718085c4..2c246e80c1c4d 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_tgt.c +++ b/drivers/scsi/bnx2fc/bnx2fc_tgt.c @@ -482,7 +482,7 @@ void bnx2fc_rport_event_handler(struct fc_lport *lport, } /* - * Offlaod process is protected with hba mutex. + * Offload process is protected with hba mutex. * Use the same mutex_lock for upload process too */ mutex_lock(&hba->hba_mutex);