diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 14:39:19 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-24 05:18:57 -0400 |
commit | dbc6221be7a2bf556fefe75ac939143d4e82ecaf (patch) | |
tree | b30f49bf02c4438b3bff90828fa60f1787a5c150 /include | |
parent | e44ba033c5654dbfda53461c9b1f7dd9bd1d198f (diff) |
treewide: Fix recieve/receive typos
Just spelling fixes.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/osd_initiator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/osd_initiator.h b/include/scsi/osd_initiator.h index 0a5079974fe9..572fb5493661 100644 --- a/include/scsi/osd_initiator.h +++ b/include/scsi/osd_initiator.h | |||
@@ -262,7 +262,7 @@ int osd_execute_request_async(struct osd_request *or, | |||
262 | * osd_req_decode_sense_full - Decode sense information after execution. | 262 | * osd_req_decode_sense_full - Decode sense information after execution. |
263 | * | 263 | * |
264 | * @or: - osd_request to examine | 264 | * @or: - osd_request to examine |
265 | * @osi - Recievs a more detailed error report information (optional). | 265 | * @osi - Receives a more detailed error report information (optional). |
266 | * @silent - Do not print to dmsg (Even if enabled) | 266 | * @silent - Do not print to dmsg (Even if enabled) |
267 | * @bad_obj_list - Some commands act on multiple objects. Failed objects will | 267 | * @bad_obj_list - Some commands act on multiple objects. Failed objects will |
268 | * be received here (optional) | 268 | * be received here (optional) |