aboutsummaryrefslogtreecommitdiff
path: root/drivers/external_drivers/camera/scripts/checkpatch
blob: 59e972ff090daaa0378c8759f05a973868b89e31 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Do not run on buildbot
which buildslave > /dev/null
if [ $? -ne 0 ]
then
    exec ../../kernel/scripts/checkpatch.pl --no-tree "$@"
fi