Re: [PATCH 00/62] Remove unnecessary semicolons

From: Andrew Morton
Date: Sun Jun 28 2009 - 14:14:43 EST


On Sun, 28 Jun 2009 10:11:59 -0700 Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:

> On Sun, 28 Jun 2009 09:26:05 -0700
> Joe Perches <joe@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/