All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: linux-fbdev@vger.kernel.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	linux-ia64@vger.kernel.org, kvm@vger.kernel.org,
	David Airlie <airlied@linux.ie>,
	alsa-devel@alsa-project.org, Jaroslav Kysela <perex@perex.cz>,
	Grant Likely <grant.likely@secretlab.ca>,
	linux-ide@vger.kernel.org, devel@driverdev.osuosl.org,
	David Brownell <dbrownell@users.sourceforge.net>,
	linux-scsi@vger.kernel.org, lm-sensors@lm-sensors.org,
	Takashi Iwai <tiwai@suse.de>,
	Scott Fang <ScottFang@viatech.com.cn>,
	Avi Kivity <avi@redhat.com>,
	dri-devel@lists.sourceforge.net, Jeff Garzik <jgarzik@pobox.com>,
	Xiantao Zhang <xiantao.zhang@intel.com>,
	Andrew Vasquez <andrew.vasquez@qlogic.com>,
	Fenghua Yu <fenghua.yu@intel.com>,
	Roger Lucas <vt8231@hiddenengine.co.uk>,
	Greg Kroah-Hartman <gregkh@suse.de>,
	"James E.J. Bottomley" <James.Bottomley@suse.de>,
	Liam Girdwood <lrg@slimlogic.co.uk>,
	Tony
Subject: [PATCH 00/10] Non-printk continuation line fixes
Date: Mon,  1 Feb 2010 23:22:06 -0800	[thread overview]
Message-ID: <cover.1265095093.git.joe@perches.com> (raw)

Some more fixes to formats with continuation lines

Joe Perches (10):
  arch/ia64: Fix continuation line formats
  drivers/ata: Fix continuation line formats
  drivers/gpu/drm/i915/intel_bios.c: Fix continuation line formats
  drivers/hwmon/vt8231.c: Fix continuation line formats
  drivers/net/davinci_emac.c: Fix continuation line formats
  drivers/scsi/qla2xxx/qua_os.c: Fix continuation line formats
  drivers/spi/spi_s3c64xx.c: Fix continuation line formats
  drivers/staging: Fix continuation line formats
  drivers/video/via: Fix continuation line formats
  sound/soc/s3c24xx/s2c-pcm.c: Fix continuation line formats

 arch/ia64/kvm/mmio.c                   |    4 ++--
 arch/ia64/kvm/vcpu.c                   |    4 ++--
 drivers/ata/pata_at91.c                |    4 ++--
 drivers/gpu/drm/i915/intel_bios.c      |    3 +--
 drivers/hwmon/vt8231.c                 |    3 +--
 drivers/net/davinci_emac.c             |    3 +--
 drivers/scsi/qla2xxx/qla_os.c          |    4 ++--
 drivers/spi/spi_s3c64xx.c              |   11 +++++------
 drivers/staging/rtl8192su/r8192S_phy.c |   16 ++++++++--------
 drivers/staging/sep/sep_driver.c       |    5 +++--
 drivers/staging/slicoss/slicoss.c      |    6 ++----
 drivers/video/via/dvi.c                |    8 ++++----
 drivers/video/via/lcd.c                |   12 ++++++------
 sound/soc/s3c24xx/s3c-pcm.c            |    3 +--
 14 files changed, 40 insertions(+), 46 deletions(-)


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
--

             reply	other threads:[~2010-02-02  7:22 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-02  7:22 Joe Perches [this message]
2010-02-02  7:22 ` [PATCH 02/10] drivers/ata: Fix continuation line formats Joe Perches
2010-02-03 17:21   ` Mark Lord
2010-02-03 17:25     ` Jeff Garzik
2010-02-07 15:10       ` Sergey Matyukevich
2010-02-03 19:15     ` Joe Perches
2010-02-04  1:39       ` Krzysztof Halasa
2010-02-04  3:36         ` Joe Perches
2010-02-04  4:59       ` Mark Lord
2010-02-04  5:13         ` Andrew Morton
2010-02-04 14:03           ` Mark Lord
2010-02-04  5:16         ` Joe Perches
2010-02-04 14:07           ` Mark Lord
2010-02-02  7:22 ` [PATCH 03/10] drivers/gpu/drm/i915/intel_bios.c: " Joe Perches
2010-02-02  7:22 ` [lm-sensors] [PATCH 04/10] drivers/hwmon/vt8231.c: Fix continuation Joe Perches
2010-02-02  7:22   ` [PATCH 04/10] drivers/hwmon/vt8231.c: Fix continuation line formats Joe Perches
2010-02-02  7:56   ` [lm-sensors] [PATCH 04/10] drivers/hwmon/vt8231.c: Fix Jean Delvare
2010-02-02  7:56     ` [lm-sensors] [PATCH 04/10] drivers/hwmon/vt8231.c: Fix continuation line formats Jean Delvare
2010-02-02  8:01     ` [lm-sensors] [PATCH 04/10] drivers/hwmon/vt8231.c: Fix Joe Perches
2010-02-02  8:01       ` [lm-sensors] [PATCH 04/10] drivers/hwmon/vt8231.c: Fix continuation line formats Joe Perches
2010-02-02  7:22 ` [PATCH 05/10] drivers/net/davinci_emac.c: " Joe Perches
2010-02-02  7:22 ` [PATCH 06/10] drivers/scsi/qla2xxx/qua_os.c: " Joe Perches
2010-02-02  7:22 ` [PATCH 07/10] drivers/spi/spi_s3c64xx.c: " Joe Perches
     [not found]   ` <bf8e8f72e7c2da124daebc9e96f1236e34badbca.1265095094.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2010-02-02  8:21     ` Grant Likely
2010-02-02  8:21       ` Grant Likely
2010-02-02  7:22 ` [PATCH 08/10] drivers/staging: " Joe Perches
2010-02-02  7:22 ` [PATCH 09/10] drivers/video/via: " Joe Perches
2010-02-02  7:22   ` Joe Perches
2010-02-03 22:36   ` Florian Tobias Schandinat
2010-02-03 22:36     ` Florian Tobias Schandinat
2010-02-02  7:22 ` [PATCH 10/10] sound/soc/s3c24xx/s2c-pcm.c: " Joe Perches
2010-02-02 11:40   ` Mark Brown
2010-02-02 11:40     ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2010-02-02  7:22 [PATCH 01/10] arch/ia64: " Joe Perches
2010-02-02  7:22 ` Joe Perches
2010-02-02  7:22 ` Joe Perches
2010-02-07 11:43 ` Avi Kivity
2010-02-07 11:43   ` Avi Kivity
2010-02-07 11:43   ` Avi Kivity

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=cover.1265095093.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=James.Bottomley@suse.de \
    --cc=ScottFang@viatech.com.cn \
    --cc=airlied@linux.ie \
    --cc=alsa-devel@alsa-project.org \
    --cc=andrew.vasquez@qlogic.com \
    --cc=avi@redhat.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dbrownell@users.sourceforge.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=dri-devel@lists.sourceforge.net \
    --cc=fenghua.yu@intel.com \
    --cc=grant.likely@secretlab.ca \
    --cc=gregkh@suse.de \
    --cc=jgarzik@pobox.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.de \
    --cc=vt8231@hiddenengine.co.uk \
    --cc=xiantao.zhang@intel.com \
    /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.