This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree:
Subject: Revert a wrong change at 99cffcd18ec72aeed2ad598bdf54e3c5ae04b8d0 Author: Mauro Carvalho Chehab <[email protected]> Date: Mon Jan 17 13:40:36 2011 -0200 While applying a change at dib0700 drivers, I've disabled the boring 80-columns warning. This were supposed to be a local change, only to allow me to see the most relevant CodingStyle issues. However, I've merged it on my tree by mistake. So revert it. I should be folding this change with 99cffcd18ec72aeed2ad598bdf54e3c5ae04b8d0 before submitting upstream. Signed-off-by: Mauro Carvalho Chehab <[email protected]> scripts/checkpatch.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=791abea97100fc34a0b6130fc411f7d1230e658a diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 7c098fb..e3c7fc0 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1466,7 +1466,7 @@ sub process { $line =~ /^\+\s*"[^"]*"\s*(?:\s*|,|\)\s*;)\s*$/) && $length > 80) { -# WARN("line over 80 characters\n" . $herecurr); + WARN("line over 80 characters\n" . $herecurr); } # check for spaces before a quoted newline _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
