android_kernel_modules_leno.../camera/scripts/checkpatch

9 lines
150 B
Plaintext
Raw Normal View History

2020-06-06 17:23:24 +00:00
#!/bin/bash
# Do not run on buildbot
which buildslave > /dev/null
if [ $? -ne 0 ]
then
exec ../../kernel/scripts/checkpatch.pl --no-tree "$@"
fi