Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756397AbZF1RLF (ORCPT ); Sun, 28 Jun 2009 13:11:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752362AbZF1RKy (ORCPT ); Sun, 28 Jun 2009 13:10:54 -0400 Received: from casper.infradead.org ([85.118.1.10]:54348 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbZF1RKx (ORCPT ); Sun, 28 Jun 2009 13:10:53 -0400 Date: Sun, 28 Jun 2009 10:11:59 -0700 From: Arjan van de Ven To: Joe Perches Cc: linux-kernel@vger.kernel.org, trivial@kernel.org, Andrew Morton Subject: Re: [PATCH 00/62] Remove unnecessary semicolons Message-ID: <20090628101159.4c35a4db@infradead.org> In-Reply-To: References: Organization: Intel X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 32 On Sun, 28 Jun 2009 09:26:05 -0700 Joe Perches 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/