Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761922AbYAKRH1 (ORCPT ); Fri, 11 Jan 2008 12:07:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758747AbYAKRHP (ORCPT ); Fri, 11 Jan 2008 12:07:15 -0500 Received: from einhorn.in-berlin.de ([192.109.42.8]:51527 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758510AbYAKRHN (ORCPT ); Fri, 11 Jan 2008 12:07:13 -0500 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Fri, 11 Jan 2008 18:06:35 +0100 (CET) From: Stefan Richter Subject: [PATCH] checkpatch.pl: show how to read from stdin To: Andy Whitcroft cc: Daniel Walker , Bernd Petrovitsch , linux-kernel@vger.kernel.org, Randy Dunlap , Joel Schopp , Jiri Slaby In-Reply-To: <47875809.7060301@gmail.com> Message-ID: References: <20080111041120.085610726@mvista.com> <47872E35.3070705@gmail.com> <1200043035.29897.62.camel@imap.mvista.com> <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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 29 Signed-off-by: Stefan Richter Acked-by: Jiri Slaby --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) Index: linux/scripts/checkpatch.pl =================================================================== --- linux.orig/scripts/checkpatch.pl +++ linux/scripts/checkpatch.pl @@ -53,6 +53,7 @@ if ($#ARGV < 0) { print " --file => check a source file\n"; print " --strict => enable more subjective tests\n"; print " --root => path to the kernel tree root\n"; + print "When patchfile is -, read standard input.\n"; exit(1); } -- Stefan Richter -=====-==--- ---= -=-== http://arcgraph.de/sr/ -- 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/