Re: [PATCH 00/62] Remove unnecessary semicolons

From: Arjan van de Ven
Date: Sun Jun 28 2009 - 13:11:10 EST


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...



--
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/