Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Use "foo *bar" instead of "foo * bar".

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Acked-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
600bb216 a092a16b

+3 -3
+3 -3
drivers/usb/image/microtek.h
··· 13 13 14 14 struct mts_transfer_context 15 15 { 16 - struct mts_desc* instance; 16 + struct mts_desc *instance; 17 17 mts_scsi_cmnd_callback final_callback; 18 18 struct scsi_cmnd *srb; 19 19 20 - void* data; 20 + void *data; 21 21 unsigned data_length; 22 22 int data_pipe; 23 23 int fragment; ··· 38 38 u8 ep_response; 39 39 u8 ep_image; 40 40 41 - struct Scsi_Host * host; 41 + struct Scsi_Host *host; 42 42 43 43 struct urb *urb; 44 44 struct mts_transfer_context context;