Hi, I patches several files in drivers/usb/core/ to adapt them to the kernel styleguide. Most of these patches are whitespace/indention fixes. As these patches are only style-patches, I just compiled the kernel, no compile errors or warnings. So I think everything seems to be okay! Note: I did not fix all ERROR messages from the scripts/checkpatch.pl script, as I don't know what to do with "do not use assignments in if-condition" messages. Matthias Beyer (6): drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes drivers: usb: core: file.c: moved asterisk to variable name drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style drivers: usb: core: devio.c: Coding style fixes drivers: usb: core: devio.c: Braces around switch drivers: usb: core: devio.c: Else should be on closing braces drivers/usb/core/devio.c | 97 ++++++++++++++++++++------------------- drivers/usb/core/file.c | 8 ++-- drivers/usb/core/hub.c | 115 +++++++++++++++++++++++------------------------ drivers/usb/core/sysfs.c | 5 ++- drivers/usb/core/usb.c | 2 +- 5 files changed, 116 insertions(+), 111 deletions(-) -- 1.8.4 -- 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