]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/gadget/usbstring.c
Coding Style cleanup
[karo-tx-uboot.git] / drivers / usb / gadget / usbstring.c
index 6e9d1bf0f29b408c34df71834143d9a91cdb84ef..95555cf96b9c3a1f1b52482c54c5ae9830ae3a2a 100644 (file)
@@ -137,4 +137,3 @@ usb_gadget_get_string(struct usb_gadget_strings *table, int id, u8 *buf)
        buf[1] = USB_DT_STRING;
        return buf[0];
 }
-