diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-05-17 17:59:45 +0800 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-05-21 17:22:45 -0400 |
commit | 40d6b939e4df950c33554f1439b49df1752b0047 (patch) | |
tree | 453bdfbae97716093f6be70cf9a05d72f8df0a1f /include/scsi/sg.h | |
parent | 98f92dff1412d99289f04a8b9a2c107c082313b3 (diff) |
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/sg.h')
-rw-r--r-- | include/scsi/sg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/sg.h b/include/scsi/sg.h index 7327e12f3373..e1a42c2409cc 100644 --- a/include/scsi/sg.h +++ b/include/scsi/sg.h @@ -145,7 +145,7 @@ typedef struct sg_scsi_id { /* used by SG_GET_SCSI_ID ioctl() */ typedef struct sg_req_info { /* used by SG_GET_REQUEST_TABLE ioctl() */ char req_state; /* 0 -> not used, 1 -> written, 2 -> ready to read */ - char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ + char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by SG_IO */ char problem; /* 0 -> no problem detected, 1 -> error to report */ int pack_id; /* pack_id associated with request */ |