Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2c14e97 authored by KANG Yuxuan's avatar KANG Yuxuan Committed by Greg Kroah-Hartman
Browse files

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: default avatarKANG Yuxuan <stonekyx@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 14c5e41f
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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);