diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-05-17 12:59:45 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-05-22 00:22:45 +0300 |
commit | 40d6b939e4df950c33554f1439b49df1752b0047 (patch) | |
tree | 453bdfbae97716093f6be70cf9a05d72f8df0a1f /include/scsi/scsi_bsg_iscsi.h | |
parent | 98f92dff1412d99289f04a8b9a2c107c082313b3 (diff) | |
download | linux-40d6b939e4df950c33554f1439b49df1752b0047.tar.xz |
scsi: Fix spelling mistakes in header files
Fix some spelling mistakes in comments:
pathes ==> paths
Resouce ==> Resource
retreived ==> retrieved
recevied ==> received
interruped ==> interrupted
[mkp: kept 'keep-alives' and 'busses']
Link: https://lore.kernel.org/r/20210517095945.7363-1-thunder.leizhen@huawei.com
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi/scsi_bsg_iscsi.h')
-rw-r--r-- | include/scsi/scsi_bsg_iscsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_bsg_iscsi.h b/include/scsi/scsi_bsg_iscsi.h index 6b8128005af8..9b1f0f424a79 100644 --- a/include/scsi/scsi_bsg_iscsi.h +++ b/include/scsi/scsi_bsg_iscsi.h @@ -84,7 +84,7 @@ struct iscsi_bsg_reply { */ uint32_t result; - /* If there was reply_payload, how much was recevied ? */ + /* If there was reply_payload, how much was received ? */ uint32_t reply_payload_rcv_len; union { |