i2c: i2c-pnx: Made buf type unsigned to prevent sign extension
[safe/jmp/linux-2.6] / scripts / checkpatch.pl
index 88c4f6a..bc4114f 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 my $P = $0;
 $P =~ s@.*/@@g;
 
-my $V = '0.29';
+my $V = '0.30';
 
 use Getopt::Long qw(:config no_auto_abbrev);