Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=db92a6... Commit: db92a6502d4e8cb885e85e862b24ba5c07036fbf Parent: 6903ffb2257266472ef2edd0092d526ae2dc00f7 Author: Andy Whitcroft <apw@canonical.com> AuthorDate: Thu Jan 15 13:51:07 2009 -0800 Committer: Linus Torvalds <torvalds@linux-foundation.org> CommitDate: Thu Jan 15 16:39:39 2009 -0800 checkpatch: version: 0.27 Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- scripts/checkpatch.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 447435c..45eb0ae 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -10,7 +10,7 @@ use strict; my $P = $0; $P =~ s@.*/@@g; -my $V = '0.26'; +my $V = '0.27'; use Getopt::Long qw(:config no_auto_abbrev); -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
