X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=scripts%2Fcheckpatch.pl;h=57e7daa2bdf9b96cb8f3fcbf47df9b47ebda24eb;hp=c7e4d73fe1ceb9d3f6c20145424f63499c9f19b1;hb=dd6ec12f3bf83ca3c4e712a9f35960aec779f6f9;hpb=21c19bc7ee256094aba74af8d91a824da4bc36af diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index c7e4d73fe1ce..57e7daa2bdf9 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -5692,7 +5692,7 @@ sub process { for (my $count = $linenr; $count <= $lc; $count++) { my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); $fmt =~ s/%%//g; - if ($fmt =~ /(\%[\*\d\.]*p(?![\WFfSsBKRraEhMmIiUDdgVCbGN]).)/) { + if ($fmt =~ /(\%[\*\d\.]*p(?![\WFfSsBKRraEhMmIiUDdgVCbGNO]).)/) { $bad_extension = $1; last; }