diff options
author | Cai Huoqing <cai.huoqing@linux.dev> | 2022-01-28 07:31:01 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2022-01-31 22:49:31 +0100 |
commit | dd84a4b0fe173c4db2e95cf6a2b74cdce7bbab13 (patch) | |
tree | 7d144703c62e225da622bd1e2d4a616094b81672 /drivers/scsi/bnx2fc | |
parent | scsi: ufs: Add checking lifetime attribute for WriteBooster (diff) | |
download | linux-dd84a4b0fe173c4db2e95cf6a2b74cdce7bbab13.tar.xz linux-dd84a4b0fe173c4db2e95cf6a2b74cdce7bbab13.zip |
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 <skashyap@marvell.com>
Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/bnx2fc')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_tgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_tgt.c b/drivers/scsi/bnx2fc/bnx2fc_tgt.c index 9200b718085c..2c246e80c1c4 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); |