提交 600bb216 编写于 作者: S Sandhya Bankar 提交者: Greg Kroah-Hartman

usb: microtek: Use "foo *bar" instead of "foo * bar".

Use "foo *bar" instead of "foo * bar".
Signed-off-by: NSandhya Bankar <bankarsandhya512@gmail.com>
Acked-by: NOliver Neukum <oneukum@suse.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a092a16b
......@@ -13,11 +13,11 @@ typedef void (*mts_scsi_cmnd_callback)(struct scsi_cmnd *);
struct mts_transfer_context
{
struct mts_desc* instance;
struct mts_desc *instance;
mts_scsi_cmnd_callback final_callback;
struct scsi_cmnd *srb;
void* data;
void *data;
unsigned data_length;
int data_pipe;
int fragment;
......@@ -38,7 +38,7 @@ struct mts_desc {
u8 ep_response;
u8 ep_image;
struct Scsi_Host * host;
struct Scsi_Host *host;
struct urb *urb;
struct mts_transfer_context context;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册