Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754975AbZF1SOi (ORCPT ); Sun, 28 Jun 2009 14:14:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752873AbZF1SOa (ORCPT ); Sun, 28 Jun 2009 14:14:30 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:44464 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbZF1SOa (ORCPT ); Sun, 28 Jun 2009 14:14:30 -0400 Date: Sun, 28 Jun 2009 11:12:07 -0700 From: Andrew Morton To: Arjan van de Ven Cc: Joe Perches , linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH 00/62] Remove unnecessary semicolons Message-Id: <20090628111207.c1829473.akpm@linux-foundation.org> In-Reply-To: <20090628101159.4c35a4db@infradead.org> References: <20090628101159.4c35a4db@infradead.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1049 Lines: 36 On Sun, 28 Jun 2009 10:11:59 -0700 Arjan van de Ven wrote: > 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... 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/