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:
KANG Yuxuan 2014-07-16 10:45:01 +08:00 committed by Greg Kroah-Hartman
parent 14c5e41f38
commit a2c14e9712

View File

@ -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);