|
@@ -13,11 +13,11 @@ typedef void (*mts_scsi_cmnd_callback)(struct scsi_cmnd *);
|
|
|
|
|
|
struct mts_transfer_context
|
|
struct mts_transfer_context
|
|
{
|
|
{
|
|
- struct mts_desc* instance;
|
|
|
|
|
|
+ struct mts_desc *instance;
|
|
mts_scsi_cmnd_callback final_callback;
|
|
mts_scsi_cmnd_callback final_callback;
|
|
struct scsi_cmnd *srb;
|
|
struct scsi_cmnd *srb;
|
|
|
|
|
|
- void* data;
|
|
|
|
|
|
+ void *data;
|
|
unsigned data_length;
|
|
unsigned data_length;
|
|
int data_pipe;
|
|
int data_pipe;
|
|
int fragment;
|
|
int fragment;
|
|
@@ -38,7 +38,7 @@ struct mts_desc {
|
|
u8 ep_response;
|
|
u8 ep_response;
|
|
u8 ep_image;
|
|
u8 ep_image;
|
|
|
|
|
|
- struct Scsi_Host * host;
|
|
|
|
|
|
+ struct Scsi_Host *host;
|
|
|
|
|
|
struct urb *urb;
|
|
struct urb *urb;
|
|
struct mts_transfer_context context;
|
|
struct mts_transfer_context context;
|