From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 00/23] General checkpatch.pl cleanup for twl and musb drivers Date: Fri, 11 Apr 2008 12:03:51 -0700 Message-ID: <20080411190351.GD7717@atomide.com> References: <1207902516-6374-1-git-send-email-felipe.balbi@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:61423 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758950AbYDKTDy (ORCPT ); Fri, 11 Apr 2008 15:03:54 -0400 Content-Disposition: inline In-Reply-To: <1207902516-6374-1-git-send-email-felipe.balbi@nokia.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: linux-omap@vger.kernel.org * Felipe Balbi [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