]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/coccicheck
mtd: nand-gpio: Unneeded dependency on ARM removed
[karo-tx-linux.git] / scripts / coccicheck
index d3757adb126004fa5d817460d8db5244220c95be..bbf901afb606bcbd8c01e09a2b5063f4ae522e76 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/bash
 
+#
+# This script requires at least spatch
+# version 1.0.0-rc11.
+#
+
 SPATCH="`which ${SPATCH:=spatch}`"
 
 trap kill_running SIGTERM SIGINT