diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-11-18 21:38:59 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-11-18 21:50:53 +0100 |
commit | 6fdd4187e0b1b5aacbe0130d8c343c7eb4b2f2e7 (patch) | |
tree | f3044915aa836db795b4d8af623da466eb749c86 /scripts/target-metadata.pl | |
parent | e0cc68daad31ea255bcbf9bfe71cd5bad913f447 (diff) | |
download | upstream-6fdd4187e0b1b5aacbe0130d8c343c7eb4b2f2e7.tar.gz upstream-6fdd4187e0b1b5aacbe0130d8c343c7eb4b2f2e7.tar.bz2 upstream-6fdd4187e0b1b5aacbe0130d8c343c7eb4b2f2e7.zip |
scripts: checkpatch.pl: suppress warnings about MAINTAINERS
The kernel expects changes to MAINTAINERS for all removed or added
files, printing warnings like:
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#828:
deleted file mode 100644
Since this does not apply to "our" files in OpenWrt repo, this
warning should be disabled.
This can be achieved easiest by setting $reported_maintainer_file
to 1. While this is a hack that tricks the script into believing
the proper MAINTAINERS changes have been made, it's the easiest
solution as it does not require to touch any other code.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'scripts/target-metadata.pl')
0 files changed, 0 insertions, 0 deletions