diff options
Diffstat (limited to 'scripts/checkpatch.sh')
-rw-r--r-- | scripts/checkpatch.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/checkpatch.sh b/scripts/checkpatch.sh new file mode 100644 index 0000000000..720b337ab7 --- /dev/null +++ b/scripts/checkpatch.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +PATCH_FILES="$*" make kernel_checkpatch |