This patchset is the compendium of three series and an isolated patch. [PATCH resend 0/9] usb: host: ehci.h cleanup [PATCH v3 00/16] usb: host: ehci-dbg: cleanup and refactoring [PATCH] usb: ehci: remove old stub_debug_files definition [PATCH v3 00/10] usb: host: ehci-sched: cleanup ehci.h: This cleanup was done with the help of checkpatch and coccinelle tools. ehci-dbg: This patchset removes all errors reported by checkpatch in addition to some refactoring. v2: - changes: * usb: host: ehci-dbg: fix up function definitions - adds: * usb: host: ehci-dbg: use scnprintf() in qh_lines() - removes: * usb: host: ehci-dbg: fix unsigned comparison * usb: host: ehci-dbg: remove unnecessary space after cast v3: - fixes: * usb: host: ehci-dbg: add function output_buf_tds_dir() ehci-sched: Cleanup done with the help of coccinelle, checkpatch and cppcheck tools. Geyslan G. Bem (36): usb: host: ehci.h: remove space before comma usb: host: ehci.h: remove space before function open parenthesis usb: host: ehci.h: remove space before open square bracket usb: host: ehci.h: fix single statement macros usb: host: ehci.h: remove direct use of __attribute__ keyword usb: host: ehci.h: use space after comma usb: host: ehci.h: remove macros trailing semicolon usb: host: ehci.h: move pointer operator to name side usb: host: ehci.h: move constant to right usb: host: ehci-dbg: remove space before open parenthesis usb: host: ehci-dbg: remove space before open square bracket usb: host: ehci-dbg: use C89-style comments usb: host: ehci-dbg: move trailing statements to next line usb: host: ehci-dbg: fix up closing parenthesis usb: host: ehci-dbg: put spaces around operators usb: host: ehci-dbg: use scnprintf() in qh_lines() usb: host: ehci-dbg: fix up function definitions usb: host: ehci-dbg: use a blank line after struct declarations usb: host: ehci-dbg: convert macro to inline function usb: host: ehci-dbg: add blank line after declarations usb: host: ehci-dbg: remove blank line before close brace usb: host: ehci-dbg: replace sizeof operand usb: host: ehci-dbg: enclose conditional blocks with braces usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times size usb: host: ehci-dbg: add function output_buf_tds_dir() usb: ehci: remove old stub_debug_files definition usb: host: ehci-sched: refactor scan_isoc function usb: host: ehci-sched: move constants to right usb: host: ehci-sched: remove useless initializations usb: host: ehci-sched: add spaces around operators usb: host: ehci-sched: remove prohibited spaces usb: host: ehci-sched: remove useless else branch usb: host: ehci-sched: use C89-style comments usb: host: ehci-sched: add line after declarations usb: host: ehci-sched: use sizeof operator with parens usb: host: ehci-sched: remove unnecessary braces drivers/usb/host/ehci-dbg.c | 477 ++++++++++++++++++++------------------ drivers/usb/host/ehci-sched.c | 522 +++++++++++++++++++++--------------------- drivers/usb/host/ehci.h | 84 ++++--- 3 files changed, 555 insertions(+), 528 deletions(-) -- 2.7.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