[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090628101159.4c35a4db@infradead.org>
Date: Sun, 28 Jun 2009 10:11:59 -0700
From: Arjan van de Ven <arjan@...radead.org>
To: Joe Perches <joe@...ches.com>
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 00/62] Remove unnecessary semicolons
On Sun, 28 Jun 2009 09:26:05 -0700
Joe Perches <joe@...ches.com> wrote:
> Found by script
> #! /bin/bash
>
> from=";\s*;\s*\n"
> to=";\n"
>
> for file in $(grep -rP --include=*.[ch] -li $from *) ; do
>
> perl -i -e \
> "local $/; while(<>) { s/$from/$to/g; print; }" $file
>
> done
>
can you improve your descriptions please?
to at least include the why for a change, not just the how and what...
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
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