staging: emxx_udc: Fix coding style errors
Only fixing errors reported by checkpatch.pl, based on the following rules: 1. '*' should be adjacent to the data name or function name. 2. Don't use C99-style "// ..." comments. Signed-off-by: KANG Yuxuan <stonekyx@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
14c5e41f38
commit
a2c14e9712
@@ -3339,7 +3339,7 @@ static int __init nbu2ss_drv_contest_init(
|
|||||||
udc->gadget.ep0 = &udc->ep[0].ep;
|
udc->gadget.ep0 = &udc->ep[0].ep;
|
||||||
udc->gadget.speed = USB_SPEED_UNKNOWN;
|
udc->gadget.speed = USB_SPEED_UNKNOWN;
|
||||||
udc->gadget.name = driver_name;
|
udc->gadget.name = driver_name;
|
||||||
//udc->gadget.is_dualspeed = 1;
|
/* udc->gadget.is_dualspeed = 1; */
|
||||||
|
|
||||||
device_initialize(&udc->gadget.dev);
|
device_initialize(&udc->gadget.dev);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user