Skip to content

Commit

Permalink
checkpatch: catch changes to MAINTAINERS file
Browse files Browse the repository at this point in the history
Change-Id: Iceb85f6e9fb3c66f89383f4d159d3752639356b1
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and Anas Nashif committed May 31, 2016
1 parent 65ccf83 commit 89205da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2256,7 +2256,7 @@ sub process {

# Check if MAINTAINERS is being updated. If so, there's probably no need to
# emit the "does MAINTAINERS need updating?" message on file add/move/delete
if ($line =~ /^\s*MAINTAINERS\s*\|/) {
if ($realfile =~ /MAINTAINERS/) {
$reported_maintainer_file = 1;
}

Expand Down

0 comments on commit 89205da

Please sign in to comment.