Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753700AbYANTMN (ORCPT ); Mon, 14 Jan 2008 14:12:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751269AbYANTL7 (ORCPT ); Mon, 14 Jan 2008 14:11:59 -0500 Received: from hellhawk.shadowen.org ([80.68.90.175]:4179 "EHLO hellhawk.shadowen.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750810AbYANTL6 (ORCPT ); Mon, 14 Jan 2008 14:11:58 -0500 Date: Mon, 14 Jan 2008 19:12:43 +0000 From: Andy Whitcroft To: Daniel Walker Cc: Stefan Richter , Bernd Petrovitsch , linux-kernel@vger.kernel.org, Randy Dunlap , Joel Schopp , Jiri Slaby Subject: Re: [PATCH] checkpatch.pl: show how to read from stdin Message-ID: <20080114191243.GB25058@shadowen.org> References: <47873505.7040008@gmail.com> <1200043399.3905.9.camel@gimli.at.home> <1200043827.29897.70.camel@imap.mvista.com> <47873833.30001@gmail.com> <1200044206.29897.73.camel@imap.mvista.com> <4787502B.2020606@s5r6.in-berlin.de> <47875809.7060301@gmail.com> <20080114171736.GC19327@shadowen.org> <1200332116.31521.3.camel@imap.mvista.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1200332116.31521.3.camel@imap.mvista.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1645 Lines: 33 On Mon, Jan 14, 2008 at 09:35:15AM -0800, Daniel Walker wrote: > > On Mon, 2008-01-14 at 17:17 +0000, Andy Whitcroft wrote: > > On Fri, Jan 11, 2008 at 06:06:35PM +0100, Stefan Richter wrote: > > > Signed-off-by: Stefan Richter > > > Acked-by: Jiri Slaby > > > > As an absolute minimum this seems reasonable to me. I guess we could > > make no arguments default to '-' also. There are up and downsides to > > doing that, as currently no arguments currently tell you the usage and > > with this patch would point clearly out the '-' option. Just assuming > > stding would lose easy access to usage, which may actually be more > > confusing for the beginner. Hmmm. Cirtainly will include this > > documentation change if nothing else. > > > > The patch that I submitted checks STDIN for piped data, and if there is > any it will default to checking that incoming data .. That's regardless > of the number of arguments given .. So it does, however that of itself differs from the unix norm; as with this I cannot run checkpatch and "type" (ie paste) a patch fragment to check it. So I don't think we want the semantics as you have there, as its confusing to the experienced user and inconsistent with the norm. Either we should document the standard '-' usage as has been suggested elsewhere or always assume stdin with no parameters. -apw -- 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/