mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +00:00
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:
parent
14c5e41f38
commit
a2c14e9712
@ -3339,7 +3339,7 @@ static int __init nbu2ss_drv_contest_init(
|
||||
udc->gadget.ep0 = &udc->ep[0].ep;
|
||||
udc->gadget.speed = USB_SPEED_UNKNOWN;
|
||||
udc->gadget.name = driver_name;
|
||||
//udc->gadget.is_dualspeed = 1;
|
||||
/* udc->gadget.is_dualspeed = 1; */
|
||||
|
||||
device_initialize(&udc->gadget.dev);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user