diff options
author | Liu Jing <[email protected]> | 2024-09-21 18:45:37 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-10-03 21:41:37 -0400 |
commit | aa948b39ddc703ca6a0d0e1b1ab593767d67363c (patch) | |
tree | 14638296a76fd52795cf9734ed5ef50475ce08bb | |
parent | ab19e3154cc12fdf6c39b6e0a2ed518e45d9f876 (diff) |
scsi: bfa: Fix cacography in bfi.h file
Signed-off-by: Liu Jing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/bfa/bfi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bfa/bfi.h b/drivers/scsi/bfa/bfi.h index 41e6b4dac056..e1e0e967bcc3 100644 --- a/drivers/scsi/bfa/bfi.h +++ b/drivers/scsi/bfa/bfi.h @@ -1148,7 +1148,7 @@ struct bfi_diag_dport_scn_testcomp_s { u16 numbuffer; /* from switch */ u8 subtest_status[DPORT_TEST_MAX]; /* 4 bytes */ u32 latency; /* from switch */ - u32 distance; /* from swtich unit in meters */ + u32 distance; /* from switch unit in meters */ /* Buffers required to saturate the link */ u16 frm_sz; /* from switch for buf_reqd */ u8 rsvd[2]; |