The dwc2 driver triggers several hundred checkpatch warnings and checks. None of them are actual problems but this is still very noisy. This series fixes most of those issues. The first patch in the series is the result of running checkpatch with '--fix'. All of these changes were inspected for correctness. Regards, John John Youn (9): usb: dwc2: Cleanup some checkpatch issues usb: dwc2: Add identifier in prototypes usb: dwc2: Fix comment alignment and format usb: dwc2: Fix logical continuations usb: dwc2: Fix brace usage usb: dwc2: Fix lines over 80 characters usb: dwc2: Fix code indentation after conditionals usb: dwc2: Remove 'return' from void function usb: dwc2: Fix sizeof in kzalloc drivers/usb/dwc2/core.c | 22 +- drivers/usb/dwc2/core.h | 101 ++++---- drivers/usb/dwc2/core_intr.c | 11 +- drivers/usb/dwc2/debug.h | 4 +- drivers/usb/dwc2/debugfs.c | 26 +- drivers/usb/dwc2/gadget.c | 213 ++++++++-------- drivers/usb/dwc2/hcd.c | 33 ++- drivers/usb/dwc2/hcd.h | 76 +++--- drivers/usb/dwc2/hcd_ddma.c | 19 +- drivers/usb/dwc2/hcd_intr.c | 53 ++-- drivers/usb/dwc2/hcd_queue.c | 26 +- drivers/usb/dwc2/hw.h | 596 +++++++++++++++++++++---------------------- drivers/usb/dwc2/pci.c | 2 +- drivers/usb/dwc2/platform.c | 14 +- 14 files changed, 602 insertions(+), 594 deletions(-) -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html