From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <felipe.balbi@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 00/23] General checkpatch.pl cleanup for twl and musb drivers
Date: Fri, 11 Apr 2008 12:03:51 -0700 [thread overview]
Message-ID: <20080411190351.GD7717@atomide.com> (raw)
In-Reply-To: <1207902516-6374-1-git-send-email-felipe.balbi@nokia.com>
* Felipe Balbi <felipe.balbi@nokia.com> [080411 01:30]:
> 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.
Pushed, I had to tweak the first patch to apply, so please verify things
got patched OK.
Tony
> 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(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2008-04-11 19:03 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080411190351.GD7717@atomide.com \
--to=tony@atomide.com \
--cc=felipe.balbi@nokia.com \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.