script: improve markup_oops.pl to also decode oopses in modules
[firefly-linux-kernel-4.4.55.git] / scripts / checkpatch.pl
index bd6ac90d194cb2e218a165b1058e0adeae6672e2..7bed4ed2c5197c5d360533665dcea69bc6446109 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 my $P = $0;
 $P =~ s@.*/@@g;
 
-my $V = '0.25';
+my $V = '0.26';
 
 use Getopt::Long qw(:config no_auto_abbrev);