aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@linaro.org>2015-06-02 12:22:46 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-04 13:18:11 +0300
commit5c6b1d49b3f9afdae0212d3e332a8690d67e5498 (patch)
tree6a02b50902e4433834afaff1dc2f5a2b1969fa37 /scripts
parent484c20cd75fbbb22c2e9c82241aec90ce517feb2 (diff)
checkpatch: remove warning about updating MAINTAINERS
When a file is added, deleted or renamed checkpatch produces a warning about updating the MAINTAINERS file. Remove the warning as we don't have a MAINTAINERS file. Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index bc13831..7c264e4 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -1901,7 +1901,7 @@ sub process {
my $in_header_lines = $file ? 0 : 1;
my $in_commit_log = 0; #Scanning lines before patch
my $commit_log_long_line = 0;
- my $reported_maintainer_file = 0;
+ my $reported_maintainer_file = 1; # No MAINTAINTERS so silence warning
my $non_utf8_charset = 0;
my $last_blank_line = 0;