[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tkrat.b5ac0cacd128569b@s5r6.in-berlin.de>
Date: Fri, 11 Jan 2008 18:06:35 +0100 (CET)
From: Stefan Richter <stefanr@...6.in-berlin.de>
To: Andy Whitcroft <apw@...dowen.org>
cc: Daniel Walker <dwalker@...sta.com>,
Bernd Petrovitsch <bernd@...mix.at>,
linux-kernel@...r.kernel.org, Randy Dunlap <rdunlap@...otime.net>,
Joel Schopp <jschopp@...tin.ibm.com>,
Jiri Slaby <jirislaby@...il.com>
Subject: [PATCH] checkpatch.pl: show how to read from stdin
Signed-off-by: Stefan Richter <stefanr@...6.in-berlin.de>
Acked-by: Jiri Slaby <jirislaby@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists