diff options
Diffstat (limited to 'include/scsi/osd_initiator.h')
| -rw-r--r-- | include/scsi/osd_initiator.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/include/scsi/osd_initiator.h b/include/scsi/osd_initiator.h index 53a9e886612..b2e85fdd2ae 100644 --- a/include/scsi/osd_initiator.h +++ b/include/scsi/osd_initiator.h @@ -14,8 +14,8 @@  #ifndef __OSD_INITIATOR_H__  #define __OSD_INITIATOR_H__ -#include "osd_protocol.h" -#include "osd_types.h" +#include <scsi/osd_protocol.h> +#include <scsi/osd_types.h>  #include <linux/blkdev.h>  #include <scsi/scsi_device.h> @@ -262,10 +262,10 @@ int osd_execute_request_async(struct osd_request *or,   * osd_req_decode_sense_full - Decode sense information after execution.   *   * @or:           - osd_request to examine - * @osi           - Recievs a more detailed error report information (optional). + * @osi           - Receives a more detailed error report information (optional).   * @silent        - Do not print to dmsg (Even if enabled)   * @bad_obj_list  - Some commands act on multiple objects. Failed objects will - *                  be recieved here (optional) + *                  be received here (optional)   * @max_obj       - Size of @bad_obj_list.   * @bad_attr_list - List of failing attributes (optional)   * @max_attr      - Size of @bad_attr_list.  | 
