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

usb: Use (foo *) instead of (foo*).

Use (foo *) instead of (foo*).

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>

authored by

Sandhya Bankar and committed by
Felipe Balbi
43202800 72704f87

+1 -1
+1 -1
drivers/usb/gadget/config.c
··· 93 93 *cp = *config; 94 94 95 95 /* then interface/endpoint/class/vendor/... */ 96 - len = usb_descriptor_fillbuf(USB_DT_CONFIG_SIZE + (u8*)buf, 96 + len = usb_descriptor_fillbuf(USB_DT_CONFIG_SIZE + (u8 *)buf, 97 97 length - USB_DT_CONFIG_SIZE, desc); 98 98 if (len < 0) 99 99 return len;