Skip to content
Snippets Groups Projects
Commit 68dfbcd4 authored by Dong Xu Wang's avatar Dong Xu Wang Committed by Stefan Hajnoczi
Browse files

fix spelling in scripts sub directory

parent dee3bffc
No related branches found
No related tags found
No related merge requests found
...@@ -1901,7 +1901,7 @@ sub process { ...@@ -1901,7 +1901,7 @@ sub process {
# printk should use KERN_* levels. Note that follow on printk's on the # printk should use KERN_* levels. Note that follow on printk's on the
# same line do not need a level, so we use the current block context # same line do not need a level, so we use the current block context
# to try and find and validate the current printk. In summary the current # to try and find and validate the current printk. In summary the current
# printk includes all preceeding printk's which have no newline on the end. # printk includes all preceding printk's which have no newline on the end.
# we assume the first bad printk is the one to report. # we assume the first bad printk is the one to report.
if ($line =~ /\bprintk\((?!KERN_)\s*"/) { if ($line =~ /\bprintk\((?!KERN_)\s*"/) {
my $ok = 0; my $ok = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment