KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
[deliverable/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
This page took 0.041034 seconds and 5 git commands to generate.