[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1265052929.25140.331.camel@Joe-Laptop.home>
Date: Mon, 01 Feb 2010 11:35:29 -0800
From: Joe Perches <joe@...ches.com>
To: Frans Pop <elendil@...net.nl>
Cc: linux-kernel@...r.kernel.org
Subject: [RFC] Fix unnecessary spaces before newlines in logging messages
On Mon, 2010-02-01 at 20:07 +0100, Frans Pop wrote:
> Would it be an idea to also get rid of all the trailing spaces in printks?
>
> If you'd prefer a separate patch, I can do it.
(cc:s trimmed)
I think it's useful, though like all of these cleanups,
a low priority. I suggest you submit a few through to
various maintainers and see what happens.
(with false positives for asm and such)
$ grep -rP --include=*.[ch] "\s+\\\n" * | wc -l
7339
There are probably a couple of thousand wasted bytes in
an allyesconfig image and rather more in various logs on
any number of systems.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists