]> git.baikalelectronics.ru Git - kernel.git/commitdiff
scsi: bnx2fc: Fix typo in comments
authorCai Huoqing <cai.huoqing@linux.dev>
Fri, 28 Jan 2022 06:31:01 +0000 (14:31 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 31 Jan 2022 21:49:31 +0000 (16:49 -0500)
Replace 'Offlaod' with 'Offload'.

Link: https://lore.kernel.org/r/20220128063101.6953-1-cai.huoqing@linux.dev
Acked-by: Saurav Kashyap <skashyap@marvell.com>
Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bnx2fc/bnx2fc_tgt.c

index 9200b718085c44128b4e16abf058f8a80f23e69e..2c246e80c1c4d614fafb7183ecd8c5515bc9dd13 100644 (file)
@@ -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);