Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756055Ab0BTDBe (ORCPT ); Fri, 19 Feb 2010 22:01:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7914 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755569Ab0BTDBd (ORCPT ); Fri, 19 Feb 2010 22:01:33 -0500 Message-ID: <4B7F5128.70501@redhat.com> Date: Sat, 20 Feb 2010 11:04:08 +0800 From: Cong Wang User-Agent: Thunderbird 2.0.0.23 (X11/20091001) MIME-Version: 1.0 To: Stephen Hemminger CC: Andrew Morton , "Luis R. Rodriguez" , Sam Ravnborg , Vegard Nossum , =?ISO-8859-1?Q?Uwe_Kleine-K=C3=B6nig?= , "Robert P. J. Day" , Arnd Bergmann , Arjan van de Ven , Hui Zhu , =?ISO-8859-1?Q?Ozan_=C3aglayan?= , Matthew Wilcox , Steven Rostedt , Li Hong , Ingo Molnar , Ralf Baechle , Matt Fleming , linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/10] checkstack: fix perlcritic warnings References: <20100219175217.385580142@vyatta.com> <20100219175429.611463369@vyatta.com> In-Reply-To: <20100219175429.611463369@vyatta.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 526 Lines: 17 Stephen Hemminger wrote: >Turn on strict checking. >Get rid of prototypes (prototypes are broken in Perl) NAK, please check perldoc of sort(). The prototype there is needed by sort(). >Fix syntax of declaration. Yeah, this is fine. BTW, your $subject needs to be fixed too. -- 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/