On Tue, 5 Jan 2016, Geyslan G. Bem wrote: > 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 > > Geyslan G. Bem (16): > 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() > > drivers/usb/host/ehci-dbg.c | 473 +++++++++++++++++++++++--------------------- > 1 file changed, 252 insertions(+), 221 deletions(-) Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> -- 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