projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f681d10
)
scsi: bnx2fc: Fix typo in comments
author
Cai Huoqing
<cai.huoqing@linux.dev>
Fri, 28 Jan 2022 06:31:01 +0000
(14:31 +0800)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/drivers/scsi/bnx2fc/bnx2fc_tgt.c
b/drivers/scsi/bnx2fc/bnx2fc_tgt.c
index 9200b718085c44128b4e16abf058f8a80f23e69e..2c246e80c1c4d614fafb7183ecd8c5515bc9dd13 100644
(file)
--- 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,
}
/*
- * Offl
ao
d process is protected with hba mutex.
+ * Offl
oa
d process is protected with hba mutex.
* Use the same mutex_lock for upload process too
*/
mutex_lock(&hba->hba_mutex);