public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/23] General checkpatch.pl cleanup for twl and musb drivers
@ 2008-04-11  8:28 Felipe Balbi
  2008-04-11  8:28 ` [PATCH 01/23] I2C: TWL4030: checkpatch.pl fixes for twl4030-core.c Felipe Balbi
                   ` (2 more replies)
  0 siblings, 3 replies; 33+ messages in thread
From: Felipe Balbi @ 2008-04-11  8:28 UTC (permalink / raw)
  To: linux-omap; +Cc: Felipe Balbi

The following series gets rid of checkpatch.pl ERRORS and WARNINGS
for both twl4030 and musb drivers. I left some WARNINGS in musb_core.c
because fixing them would decrease the code readability. Line was only one
character over the 80 max so it didn't make sense to fix that.

Felipe Balbi (23):
  I2C: TWL4030: checkpatch.pl fixes for twl4030-core.c
  I2C: TWL4030: checkpatch.pl fixes for twl4030-usb.c
  I2C: TWL4030: checkpatch.pl fixes for twl4030-gpio.c
  I2C: TWL4030: checkpatch.pl fixes to tlw4030.h
  I2C: TLW4030: checkpatch.pl fixes to tlw4030-rtc.h
  I2C: TWL4030: checkpatch.pl fixes to rtc-twl4030.c
  USB: MUSB: checkpatch.pl fixes to cppi_dma.c
  USB: MUSB: checkpatch.pl fixes to davinci.c
  USB: MUSB: checkpatch.pl fixed to musb_core.c
  USB: MUSB: checkpatch.pl fixes to musb_gadget.c
  USB: MUSB: checkpatch.pl fixed to musb_gadget_ep0.c
  USB: MUSB: checkpatch.pl fixed to musb_host.c
  USB: MUSB: checkpatch.pl fixed to musb_procfs.c
  USB: MUSB: checkpatch.pl fixes to musb_virthub.c
  USB: MUSB: checkpatch.pl fixes to musbhsdma.c
  USB: MUSB: checkpatch.pl fixes to omap2430.c
  USB: MUSB: checkpatch.pl fixes to tusb6010.c
  USB: MUSB: checkpatch.pl fixes to tusb6010_omap.c
  USB: MUSB: checkpatch.pl fixes to davinci.h
  USB: MUSB: checkpatch.pl fixes to musb_core.h
  USB: MUSB: checkpatch.pl fixes to musb_io.h
  USB: MUSB: checkpatch.pl fixed to musb_regs.h
  USB: MUSB: checkpatch.pl fixes to musb_debug.h

 drivers/i2c/chips/twl4030-core.c   |   61 +++++++++++++---------------
 drivers/i2c/chips/twl4030-gpio.c   |   37 ++++++++---------
 drivers/i2c/chips/twl4030-usb.c    |    3 +-
 drivers/rtc/rtc-twl4030.c          |   77 ++++++++++++++++++-----------------
 drivers/usb/musb/cppi_dma.c        |    2 +-
 drivers/usb/musb/davinci.c         |    8 ++--
 drivers/usb/musb/davinci.h         |    4 +-
 drivers/usb/musb/musb_core.c       |   35 +++++++---------
 drivers/usb/musb/musb_core.h       |   10 ++--
 drivers/usb/musb/musb_debug.h      |   14 +++---
 drivers/usb/musb/musb_gadget.c     |   13 +++---
 drivers/usb/musb/musb_gadget_ep0.c |    2 +-
 drivers/usb/musb/musb_host.c       |   26 ++++++------
 drivers/usb/musb/musb_io.h         |    2 +-
 drivers/usb/musb/musb_procfs.c     |    8 ++--
 drivers/usb/musb/musb_regs.h       |   22 +++++-----
 drivers/usb/musb/musb_virthub.c    |    4 +-
 drivers/usb/musb/musbhsdma.c       |   17 ++++----
 drivers/usb/musb/omap2430.c        |    2 +-
 drivers/usb/musb/tusb6010.c        |   12 +++---
 drivers/usb/musb/tusb6010_omap.c   |   13 +++---
 include/linux/i2c/twl4030-rtc.h    |    4 +-
 include/linux/i2c/twl4030.h        |    6 +-
 23 files changed, 186 insertions(+), 196 deletions(-)


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

end of thread, other threads:[~2008-04-11 19:03 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11  8:28 [PATCH 00/23] General checkpatch.pl cleanup for twl and musb drivers Felipe Balbi
2008-04-11  8:28 ` [PATCH 01/23] I2C: TWL4030: checkpatch.pl fixes for twl4030-core.c Felipe Balbi
2008-04-11  8:28   ` [PATCH 02/23] I2C: TWL4030: checkpatch.pl fixes for twl4030-usb.c Felipe Balbi
2008-04-11  8:28     ` [PATCH 03/23] I2C: TWL4030: checkpatch.pl fixes for twl4030-gpio.c Felipe Balbi
2008-04-11  8:28       ` [PATCH 04/23] I2C: TWL4030: checkpatch.pl fixes to tlw4030.h Felipe Balbi
2008-04-11  8:28         ` [PATCH 05/23] I2C: TLW4030: checkpatch.pl fixes to tlw4030-rtc.h Felipe Balbi
2008-04-11  8:28           ` [PATCH 06/23] I2C: TWL4030: checkpatch.pl fixes to rtc-twl4030.c Felipe Balbi
2008-04-11  8:28             ` [PATCH 07/23] USB: MUSB: checkpatch.pl fixes to cppi_dma.c Felipe Balbi
2008-04-11  8:28               ` [PATCH 08/23] USB: MUSB: checkpatch.pl fixes to davinci.c Felipe Balbi
2008-04-11  8:28                 ` [PATCH 09/23] USB: MUSB: checkpatch.pl fixed to musb_core.c Felipe Balbi
2008-04-11  8:28                   ` [PATCH 10/23] USB: MUSB: checkpatch.pl fixes to musb_gadget.c Felipe Balbi
2008-04-11  8:28                     ` [PATCH 11/23] USB: MUSB: checkpatch.pl fixed to musb_gadget_ep0.c Felipe Balbi
2008-04-11  8:28                       ` [PATCH 12/23] USB: MUSB: checkpatch.pl fixed to musb_host.c Felipe Balbi
2008-04-11  8:28                         ` [PATCH 13/23] USB: MUSB: checkpatch.pl fixed to musb_procfs.c Felipe Balbi
2008-04-11  8:28                           ` [PATCH 14/23] USB: MUSB: checkpatch.pl fixes to musb_virthub.c Felipe Balbi
2008-04-11  8:28                             ` [PATCH 15/23] USB: MUSB: checkpatch.pl fixes to musbhsdma.c Felipe Balbi
2008-04-11  8:28                               ` [PATCH 16/23] USB: MUSB: checkpatch.pl fixes to omap2430.c Felipe Balbi
2008-04-11  8:28                                 ` [PATCH 17/23] USB: MUSB: checkpatch.pl fixes to tusb6010.c Felipe Balbi
2008-04-11  8:28                                   ` [PATCH 18/23] USB: MUSB: checkpatch.pl fixes to tusb6010_omap.c Felipe Balbi
2008-04-11  8:28                                     ` [PATCH 19/23] USB: MUSB: checkpatch.pl fixes to davinci.h Felipe Balbi
2008-04-11  8:28                                       ` [PATCH 20/23] USB: MUSB: checkpatch.pl fixes to musb_core.h Felipe Balbi
2008-04-11  8:28                                         ` [PATCH 21/23] USB: MUSB: checkpatch.pl fixes to musb_io.h Felipe Balbi
2008-04-11  8:28                                           ` [PATCH 22/23] USB: MUSB: checkpatch.pl fixed to musb_regs.h Felipe Balbi
2008-04-11  8:28                                             ` [PATCH 23/23] USB: MUSB: checkpatch.pl fixes to musb_debug.h Felipe Balbi
2008-04-11  9:58                               ` [PATCH 15/23] USB: MUSB: checkpatch.pl fixes to musbhsdma.c Felipe Balbi
2008-04-11  9:59                                 ` Felipe Balbi
2008-04-11  8:53   ` [PATCH 01/23] I2C: TWL4030: checkpatch.pl fixes for twl4030-core.c Gadiyar, Anand
2008-04-11  9:11     ` Felipe Balbi
2008-04-11 16:16     ` David Brownell
2008-04-11  9:06 ` [PATCH 00/23] General checkpatch.pl cleanup for twl and musb drivers Gadiyar, Anand
2008-04-11  9:11   ` Felipe Balbi
2008-04-11 16:19     ` David Brownell
2008-04-11 19:03 ` Tony Lindgren

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