]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - scripts/spdxcheck-test.sh
Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"
[thirdparty/kernel/linux.git] / scripts / spdxcheck-test.sh
1 #!/bin/sh
2
3 # run check on a text and a binary file
4 for FILE in Makefile Documentation/logo.gif; do
5 python3 scripts/spdxcheck.py $FILE
6 python3 scripts/spdxcheck.py - < $FILE
7 done
8
9 # run check on complete tree to catch any other issues
10 python3 scripts/spdxcheck.py > /dev/null