[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090628111207.c1829473.akpm@linux-foundation.org>
Date: Sun, 28 Jun 2009 11:12:07 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Arjan van de Ven <arjan@...radead.org>
Cc: Joe Perches <joe@...ches.com>, linux-kernel@...r.kernel.org,
trivial@...nel.org
Subject: Re: [PATCH 00/62] Remove unnecessary semicolons
On Sun, 28 Jun 2009 10:11:59 -0700 Arjan van de Ven <arjan@...radead.org> wrote:
> 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...
The [0/n] text doesn't get into git anyway (unless someone manually
copies-n-pastes it).
Each of the actual patches have no changelog at all, and they don't
need one - it's utterly obvious what they're doing.
So I don't believe that anything needs to be changed here.
--
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