diff --git a/[refs] b/[refs] index 57bc3a29d554..2adabcd0f538 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01fa91471e9559d72c0c93ea7cca6f9fe6c2d1c3 +refs/heads/master: c1ab33269a84d6056d2ffc728d8bbaa26377d3e3 diff --git a/trunk/scripts/checkpatch.pl b/trunk/scripts/checkpatch.pl index 482768cd5790..0e5af8ed107e 100755 --- a/trunk/scripts/checkpatch.pl +++ b/trunk/scripts/checkpatch.pl @@ -1134,7 +1134,7 @@ sub process { $realfile = $1; $realfile =~ s@^[^/]*/@@; - if ($realfile =~ m@include/asm/@) { + if ($realfile =~ m@^include/asm/@) { ERROR("do not modify files in include/asm, change architecture specific files in include/asm-\n" . "$here$rawline\n"); } next;