public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drivers: usb: core: Adapt source to styleguide
@ 2013-10-10 21:41 Matthias Beyer
  2013-10-10 21:41 ` [PATCH 1/6] drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes Matthias Beyer
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Matthias Beyer @ 2013-10-10 21:41 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, linux-kernel, Matthias Beyer

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


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2013-10-16 20:40 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 21:41 [PATCH 0/6] drivers: usb: core: Adapt source to styleguide Matthias Beyer
2013-10-10 21:41 ` [PATCH 1/6] drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes Matthias Beyer
2013-10-10 21:41 ` [PATCH 2/6] drivers: usb: core: file.c: moved asterisk to variable name Matthias Beyer
2013-10-10 21:41 ` [PATCH 3/6] drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style Matthias Beyer
2013-10-10 21:41 ` [PATCH 4/6] drivers: usb: core: devio.c: Coding style fixes Matthias Beyer
2013-10-12  0:06   ` Greg KH
2013-10-12 11:01   ` [PATCH 1/1] " Matthias Beyer
2013-10-12 17:19     ` Sergei Shtylyov
2013-10-14 18:12     ` Greg KH
2013-10-14 19:46       ` [PATCH v2 0/5] " Matthias Beyer
2013-10-14 19:46         ` [PATCH v2 1/5] drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock() Matthias Beyer
2013-10-14 19:46         ` [PATCH v2 2/5] drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat() Matthias Beyer
2013-10-14 19:46         ` [PATCH v2 3/5] drivers: usb: core: devio.c: Braces around if-elseif-else Matthias Beyer
2013-10-16 20:40           ` Greg KH
2013-10-14 19:46         ` [PATCH v2 4/5] drivers: usb: core: devio.c: Reindented switch-block Matthias Beyer
2013-10-14 19:46         ` [PATCH v2 5/5] drivers: usb: core: devio.c: Put arguments on new line Matthias Beyer
2013-10-16 20:40           ` Greg KH
2013-10-10 21:41 ` [PATCH 5/6] drivers: usb: core: devio.c: Braces around switch Matthias Beyer
2013-10-12  0:08   ` Greg KH
2013-10-12 11:05   ` [PATCH 1/1] drivers: usb: core: devio.c: Braces around switch (updated) Matthias Beyer
2013-10-14 18:12     ` Greg KH
2013-10-10 21:41 ` [PATCH 6/6] drivers: usb: core: devio.c: Else should be on closing braces Matthias Beyer
2013-10-12  0:09 ` [PATCH 0/6] drivers: usb: core: Adapt source to styleguide Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox