4 lines
51 B
Bash
4 lines
51 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
PATCH_FILES="$*" make kernel_checkpatch
|