zephyr/drivers/usb/device
Anas Nashif 4c32258606 style: add braces around if/while statements
Per guidelines, all statements should have braces around them. We do not
have a CI check for this, so a few went in unnoticed.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-06-06 15:20:21 +02:00
..
CMakeLists.txt drivers: usb: nxp: add NXP EHCI USB device controller driver shim 2019-05-09 13:37:02 -05:00
Kconfig drivers: usb: nxp: add NXP EHCI USB device controller driver shim 2019-05-09 13:37:02 -05:00
usb_dc_dw.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
usb_dc_kinetis.c usb: Remove usb_dc_ep_set_callback return code 2019-04-28 12:22:23 -04:00
usb_dc_mcux_ehci.c drivers: usb: nxp: add NXP EHCI USB device controller driver shim 2019-05-09 13:37:02 -05:00
usb_dc_native_posix_adapt.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
usb_dc_native_posix_adapt.h usb: native_posix: Implement other then Control transfers 2019-02-01 19:03:12 -05:00
usb_dc_native_posix.c usb: dc: native_posix: Increase number of endpoints supported 2019-04-28 12:22:23 -04:00
usb_dc_nrfx.c drivers: usb_dc_nrfx: cleanup logging and fix style 2019-05-30 09:31:48 -04:00
usb_dc_sam0.c drivers: usb: sam0: Remove defines from dts_fixup.h 2019-05-03 08:46:57 -05:00
usb_dc_sam.c usb: Remove usb_dc_ep_set_callback return code 2019-04-28 12:22:23 -04:00
usb_dc_stm32.c usb_dc_stm32: Check if functions' arguments are valid 2019-05-20 13:01:41 -04:00
usb_dw_registers.h