checkpatch: add upstream checkpatch v5.1 dependencies
In preperation for pulling in the v5.1 checkpatch, we need to first
add some files it depends on that aren't available in barebox:

- cleanfile, cleanpatch, spelling.txt:
	we copy those over as-is
- spdxcheck.py:
    expects the existence of "other" and "exceptions" directories,
    which we don't need in barebox, thus they are patched out.
- const_structs.checkpatch:
	added file_operations for now. More can follow
- get_maintainer.pl:
	implemented a dummy to keep changes in checkpatch.pl to a minimum

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent fc9304b commit f4f4b035328caafddf526fefd767f45bfb70b82a
@Ahmad Fatoum Ahmad Fatoum authored on 15 May 2019
Sascha Hauer committed on 21 May 2019
Showing 6 changed files
View
scripts/cleanfile 0 → 100755
View
scripts/cleanpatch 0 → 100755
View
scripts/const_structs.checkpatch 0 → 100644
View
scripts/get_maintainer.pl 0 → 100755
View
scripts/spdxcheck.py 0 → 100755
View
scripts/spelling.txt 0 → 100644
Too large (Show diff)