All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frans Pop <elendil@planet.nl>
To: linux-kernel@vger.kernel.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	"David S. Miller" <davem@davemloft.net>,
	Fenghua Yu <fenghua.yu@intel.com>, Helge Deller <deller@gmx.de>,
	Ingo Molnar <mingo@elte.hu>, Jeff Dike <jdike@addtoit.com>,
	Jiri Kosina <trivial@kernel.org>,
	Kyle McMartin <kyle@mcmartin.ca>,
	linux-alpha@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-cris-kernel@axis.com,
	linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
	linux-mips@linux-mips.org, linux-parisc@vger.kernel.org,
	linux-pm@lists.linux-foundation.org, linuxppc-dev@ozlabs.org,
	linux-s390@vger.kernel.org, Michal Simek <monstr@monstr.eu>,
	microblaze-uclinux@itee.uq.edu.au,
	Mike Frysinger <vapier@gentoo.org>,
	Paul Mackerras <paulus@samba.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Ralf
Subject: [PATCH 00/16] remove trailing spaces in messages
Date: Sat, 6 Feb 2010 18:44:36 +0100	[thread overview]
Message-ID: <201002061844.45212.elendil@planet.nl> (raw)

This is a first series of patches to remove trailing spaces in messages. 
Patches cover arch-specific code plus one fix for PM and one in 
Documentation. Depending on how this series is received I'll continue
with other parts of the kernel.

Benefits are:
- general cleanup and consistency
- minor reduction in kernel size and user's log file size
- reduced annoyance for people writing logcheck rules

The patch for m68k has been rebased against linux-next; all other
patches apply against both mainline and -next (as of 5-2).

Shortstat:
 74 files changed, 135 insertions(+), 136 deletions(-)

Frans Pop (16):
      alpha: remove trailing spaces in messages
      arm: remove trailing spaces in messages
      ia64: remove trailing space in messages
      m68k: remove trailing space in messages
      microblaze: remove trailing space in messages
      mips: remove trailing space in messages
      parisc: remove trailing space in messages
      s390: remove trailing space in messages
      sparc: remove trailing space in messages
      x86: remove trailing space in messages
      blackfin: remove trailing space in messages
      cris/trivial: remove trailing space in message
      powerpc: remove trailing space in messages
      um: remove trailing space in messages
      PM: remove trailing space in message
      trivial: remove trailing space in spidev test program


WARNING: multiple messages have this Message-ID (diff)
From: Frans Pop <elendil@planet.nl>
To: linux-kernel@vger.kernel.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	"David S. Miller" <davem@davemloft.net>,
	Fenghua Yu <fenghua.yu@intel.com>, Helge Deller <deller@gmx.de>,
	Ingo Molnar <mingo@elte.hu>, Jeff Dike <jdike@addtoit.com>,
	Jiri Kosina <trivial@kernel.org>,
	Kyle McMartin <kyle@mcmartin.ca>,
	linux-alpha@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-cris-kernel@axis.com,
	linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
	linux-mips@linux-mips.org, linux-parisc@vger.kernel.org,
	linux-pm@lists.linux-foundation.org, linuxppc-dev@ozlabs.org,
	linux-s390@vger.kernel.org, Michal Simek <monstr@monstr.eu>,
	microblaze-uclinux@itee.uq.edu.au,
	Mike Frysinger <vapier@gentoo.org>,
	Paul Mackerras <paulus@samba.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Ralf Baechle <ralf@linux-mips.org>,
	Roman Zippel <zippel@linux-m68k.org>,
	Russell King <linux@arm.linux.org.uk>,
	sparclinux@vger.kernel.org, Tony Luck <tony.luck@intel.com>,
	uclinux-dist-devel@blackfin.uclinux.org,
	user-mode-linux-devel@lists.sourceforge.net, x86@kernel.org
Subject: [PATCH 00/16] remove trailing spaces in messages
Date: Sat, 6 Feb 2010 18:44:36 +0100	[thread overview]
Message-ID: <201002061844.45212.elendil@planet.nl> (raw)

This is a first series of patches to remove trailing spaces in messages. 
Patches cover arch-specific code plus one fix for PM and one in 
Documentation. Depending on how this series is received I'll continue
with other parts of the kernel.

Benefits are:
- general cleanup and consistency
- minor reduction in kernel size and user's log file size
- reduced annoyance for people writing logcheck rules

The patch for m68k has been rebased against linux-next; all other
patches apply against both mainline and -next (as of 5-2).

Shortstat:
 74 files changed, 135 insertions(+), 136 deletions(-)

Frans Pop (16):
      alpha: remove trailing spaces in messages
      arm: remove trailing spaces in messages
      ia64: remove trailing space in messages
      m68k: remove trailing space in messages
      microblaze: remove trailing space in messages
      mips: remove trailing space in messages
      parisc: remove trailing space in messages
      s390: remove trailing space in messages
      sparc: remove trailing space in messages
      x86: remove trailing space in messages
      blackfin: remove trailing space in messages
      cris/trivial: remove trailing space in message
      powerpc: remove trailing space in messages
      um: remove trailing space in messages
      PM: remove trailing space in message
      trivial: remove trailing space in spidev test program

WARNING: multiple messages have this Message-ID (diff)
From: Frans Pop <elendil@planet.nl>
To: linux-kernel@vger.kernel.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	"David S. Miller" <davem@davemloft.net>,
	Fenghua Yu <fenghua.yu@intel.com>, Helge Deller <deller@gmx.de>,
	Ingo Molnar <mingo@elte.hu>, Jeff Dike <jdike@addtoit.com>,
	Jiri Kosina <trivial@kernel.org>,
	Kyle McMartin <kyle@mcmartin.ca>,
	linux-alpha@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-cris-kernel@axis.com,
	linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
	linux-mips@linux-mips.org, linux-parisc@vger.kernel.org,
	linux-pm@lists.linux-foundation.org, linuxppc-dev@ozlabs.org,
	linux-s390@vger.kernel.org, Michal Simek <monstr@monstr.eu>,
	microblaze-uclinux@itee.uq.edu.au,
	Mike Frysinger <vapier@gentoo.org>,
	Paul Mackerras <paulus@samba.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Ralf B
Subject: [PATCH 00/16] remove trailing spaces in messages
Date: Sat, 6 Feb 2010 18:44:36 +0100	[thread overview]
Message-ID: <201002061844.45212.elendil@planet.nl> (raw)

This is a first series of patches to remove trailing spaces in messages. 
Patches cover arch-specific code plus one fix for PM and one in 
Documentation. Depending on how this series is received I'll continue
with other parts of the kernel.

Benefits are:
- general cleanup and consistency
- minor reduction in kernel size and user's log file size
- reduced annoyance for people writing logcheck rules

The patch for m68k has been rebased against linux-next; all other
patches apply against both mainline and -next (as of 5-2).

Shortstat:
 74 files changed, 135 insertions(+), 136 deletions(-)

Frans Pop (16):
      alpha: remove trailing spaces in messages
      arm: remove trailing spaces in messages
      ia64: remove trailing space in messages
      m68k: remove trailing space in messages
      microblaze: remove trailing space in messages
      mips: remove trailing space in messages
      parisc: remove trailing space in messages
      s390: remove trailing space in messages
      sparc: remove trailing space in messages
      x86: remove trailing space in messages
      blackfin: remove trailing space in messages
      cris/trivial: remove trailing space in message
      powerpc: remove trailing space in messages
      um: remove trailing space in messages
      PM: remove trailing space in message
      trivial: remove trailing space in spidev test program

WARNING: multiple messages have this Message-ID (diff)
From: Frans Pop <elendil@planet.nl>
To: linux-kernel@vger.kernel.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	"David S. Miller" <davem@davemloft.net>,
	Fenghua Yu <fenghua.yu@intel.com>, Helge Deller <deller@gmx.de>,
	Ingo Molnar <mingo@elte.hu>, Jeff Dike <jdike@addtoit.com>,
	Jiri Kosina <trivial@kernel.org>,
	Kyle McMartin <kyle@mcmartin.ca>,
	linux-alpha@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-cris-kernel@axis.com,
	linux-ia64@vger.kernel.org, linux-m68k@vger.kernel.org,
	linux-mips@linux-mips.org, linux-parisc@vger.kernel.org,
	linux-pm@lists.linux-foundation.org, linuxppc-dev@ozlabs.org,
	linux-s390@vger.kernel.org, Michal Simek <monstr@monstr.eu>,
	microblaze-uclinux@itee.uq.edu.au,
	Mike Frysinger <vapier@gentoo.org>,
	Paul Mackerras <paulus@samba.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Ralf Baechle <ralf@linux-mips.org>,
	Roman Zippel <zippel@linux-m68k.org>,
	Russell King <linux@arm.linux.org.uk>,
	sparclinux@vger.kernel.org, Tony Luck <tony.luck@intel.com>,
	uclinux-dist-devel@blackfin.uclinux.org,
	user-mode-linux-devel@lists.sourceforge.net, x86@kernel.org
Subject: [PATCH 00/16] remove trailing spaces in messages
Date: Sat, 6 Feb 2010 18:44:36 +0100	[thread overview]
Message-ID: <201002061844.45212.elendil@planet.nl> (raw)

This is a first series of patches to remove trailing spaces in messages. 
Patches cover arch-specific code plus one fix for PM and one in 
Documentation. Depending on how this series is received I'll continue
with other parts of the kernel.

Benefits are:
- general cleanup and consistency
- minor reduction in kernel size and user's log file size
- reduced annoyance for people writing logcheck rules

The patch for m68k has been rebased against linux-next; all other
patches apply against both mainline and -next (as of 5-2).

Shortstat:
 74 files changed, 135 insertions(+), 136 deletions(-)

Frans Pop (16):
      alpha: remove trailing spaces in messages
      arm: remove trailing spaces in messages
      ia64: remove trailing space in messages
      m68k: remove trailing space in messages
      microblaze: remove trailing space in messages
      mips: remove trailing space in messages
      parisc: remove trailing space in messages
      s390: remove trailing space in messages
      sparc: remove trailing space in messages
      x86: remove trailing space in messages
      blackfin: remove trailing space in messages
      cris/trivial: remove trailing space in message
      powerpc: remove trailing space in messages
      um: remove trailing space in messages
      PM: remove trailing space in message
      trivial: remove trailing space in spidev test program



WARNING: multiple messages have this Message-ID (diff)
From: Frans Pop <elendil@planet.nl>
To: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org, linux-ia64@vger.kernel.org,
	linuxppc-dev@ozlabs.org, Paul Mackerras <paulus@samba.org>,
	sparclinux@vger.kernel.org, linux-s390@vger.kernel.org,
	Russell King <linux@arm.linux.org.uk>,
	Helge Deller <deller@gmx.de>,
	x86@kernel.org, Ingo Molnar <mingo@elte.hu>,
	Fenghua Yu <fenghua.yu@intel.com>,
	Mike Frysinger <vapier@gentoo.org>,
	user-mode-linux-devel@lists.sourceforge.net,
	microblaze-uclinux@itee.uq.edu.au, Jeff Dike <jdike@addtoit.com>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	linux-m68k@lists.linux-m68k.org,
	linux-pm@lists.linux-foundation.org,
	linux-arm-kernel@lists.infradead.org,
	Michal Simek <monstr@monstr.eu>, Tony Luck <tony.luck@intel.com>,
	Jiri Kosina <trivial@kernel.org>,
	linux-cris-kernel@axis.com, linux-parisc@vger.kernel.org,
	Ralf Baechle <ralf@linux-mips.org>,
	Kyle McMartin <kyle@mcmartin.ca>,
	linux-alpha@vger.kernel.org,
	uclinux-dist-devel@blackfin.uclinux.org,
	"David S. Miller" <davem@davemloft.net>
Subject: [PATCH 00/16] remove trailing spaces in messages
Date: Sat, 6 Feb 2010 18:44:36 +0100	[thread overview]
Message-ID: <201002061844.45212.elendil@planet.nl> (raw)

This is a first series of patches to remove trailing spaces in messages. 
Patches cover arch-specific code plus one fix for PM and one in 
Documentation. Depending on how this series is received I'll continue
with other parts of the kernel.

Benefits are:
- general cleanup and consistency
- minor reduction in kernel size and user's log file size
- reduced annoyance for people writing logcheck rules

The patch for m68k has been rebased against linux-next; all other
patches apply against both mainline and -next (as of 5-2).

Shortstat:
 74 files changed, 135 insertions(+), 136 deletions(-)

Frans Pop (16):
      alpha: remove trailing spaces in messages
      arm: remove trailing spaces in messages
      ia64: remove trailing space in messages
      m68k: remove trailing space in messages
      microblaze: remove trailing space in messages
      mips: remove trailing space in messages
      parisc: remove trailing space in messages
      s390: remove trailing space in messages
      sparc: remove trailing space in messages
      x86: remove trailing space in messages
      blackfin: remove trailing space in messages
      cris/trivial: remove trailing space in message
      powerpc: remove trailing space in messages
      um: remove trailing space in messages
      PM: remove trailing space in message
      trivial: remove trailing space in spidev test program

WARNING: multiple messages have this Message-ID (diff)
From: elendil@planet.nl (Frans Pop)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/16] remove trailing spaces in messages
Date: Sat, 6 Feb 2010 18:44:36 +0100	[thread overview]
Message-ID: <201002061844.45212.elendil@planet.nl> (raw)

This is a first series of patches to remove trailing spaces in messages. 
Patches cover arch-specific code plus one fix for PM and one in 
Documentation. Depending on how this series is received I'll continue
with other parts of the kernel.

Benefits are:
- general cleanup and consistency
- minor reduction in kernel size and user's log file size
- reduced annoyance for people writing logcheck rules

The patch for m68k has been rebased against linux-next; all other
patches apply against both mainline and -next (as of 5-2).

Shortstat:
 74 files changed, 135 insertions(+), 136 deletions(-)

Frans Pop (16):
      alpha: remove trailing spaces in messages
      arm: remove trailing spaces in messages
      ia64: remove trailing space in messages
      m68k: remove trailing space in messages
      microblaze: remove trailing space in messages
      mips: remove trailing space in messages
      parisc: remove trailing space in messages
      s390: remove trailing space in messages
      sparc: remove trailing space in messages
      x86: remove trailing space in messages
      blackfin: remove trailing space in messages
      cris/trivial: remove trailing space in message
      powerpc: remove trailing space in messages
      um: remove trailing space in messages
      PM: remove trailing space in message
      trivial: remove trailing space in spidev test program

             reply	other threads:[~2010-02-06 17:44 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-06 17:44 Frans Pop [this message]
2010-02-06 17:44 ` [PATCH 00/16] remove trailing spaces in messages Frans Pop
2010-02-06 17:44 ` Frans Pop
2010-02-06 17:44 ` Frans Pop
2010-02-06 17:44 ` Frans Pop
2010-02-06 17:44 ` Frans Pop
2010-02-06 17:47 ` [PATCH 01/16] alpha: " Frans Pop
2010-02-07  0:54   ` Matt Turner
2010-02-07  0:54     ` Matt Turner
2010-02-06 17:47 ` [PATCH 02/16] arm: " Frans Pop
2010-02-06 17:47   ` Frans Pop
2010-02-06 17:47 ` [PATCH 03/16] ia64: remove trailing space " Frans Pop
2010-02-06 17:47   ` Frans Pop
2010-02-06 17:47 ` [PATCH 04/16] m68k: " Frans Pop
2010-03-07 12:41   ` Geert Uytterhoeven
2010-02-06 17:47 ` Frans Pop
2010-02-06 17:47 ` [PATCH 05/16] microblaze: " Frans Pop
2010-02-07 19:11   ` Michal Simek
2010-02-06 17:47 ` [PATCH 06/16] mips: " Frans Pop
2010-02-06 17:47 ` [PATCH 07/16] parisc: " Frans Pop
2010-02-06 23:53   ` Kyle McMartin
2010-02-06 17:47 ` [PATCH 08/16] s390: " Frans Pop
2010-02-06 17:47 ` [PATCH 09/16] sparc: " Frans Pop
2010-02-06 17:47   ` Frans Pop
2010-02-06 18:16   ` [PATCH 09/16 v2] " Frans Pop
2010-02-06 18:16     ` Frans Pop
2010-02-12 20:09     ` David Miller
2010-02-12 20:09       ` David Miller
2010-02-06 17:47 ` [PATCH 10/16] x86: " Frans Pop
2010-02-07 19:42   ` [tip:x86/cleanups] x86: Remove trailing spaces " tip-bot for Frans Pop
2010-02-06 17:47 ` [PATCH 11/16] blackfin: remove trailing space " Frans Pop
2010-02-11  9:02   ` Mike Frysinger
2010-02-06 17:47 ` [PATCH 12/16] cris/trivial: remove trailing space in message Frans Pop
2010-02-08  7:45   ` Jesper Nilsson
2010-02-06 17:47 ` [PATCH 13/16] powerpc: remove trailing space in messages Frans Pop
2010-02-06 17:47   ` Frans Pop
2010-02-06 17:47 ` [uml-devel] [PATCH 14/16] um: " Frans Pop
2010-02-06 17:47   ` Frans Pop
2010-02-06 17:47 ` [PATCH 15/16] PM: remove trailing space in message Frans Pop
2010-02-08 18:12   ` [linux-pm] " Pavel Machek
2010-02-08 18:12   ` Pavel Machek
2010-02-06 17:47 ` Frans Pop
2010-02-06 17:47 ` [PATCH 16/16] trivial: remove trailing space in spidev test program Frans Pop
2010-02-06 20:57 ` [PATCH 00/16] remove trailing spaces in messages Frans Pop
2010-02-06 20:57   ` Frans Pop
  -- strict thread matches above, loose matches on Subject: below --
2010-02-06 17:44 Frans Pop

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=201002061844.45212.elendil@planet.nl \
    --to=elendil@planet.nl \
    --cc=benh@kernel.crashing.org \
    --cc=davem@davemloft.net \
    --cc=deller@gmx.de \
    --cc=fenghua.yu@intel.com \
    --cc=jdike@addtoit.com \
    --cc=kyle@mcmartin.ca \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-cris-kernel@axis.com \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=microblaze-uclinux@itee.uq.edu.au \
    --cc=mingo@elte.hu \
    --cc=monstr@monstr.eu \
    --cc=paulus@samba.org \
    --cc=rjw@sisk.pl \
    --cc=trivial@kernel.org \
    --cc=vapier@gentoo.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.