net: ethernet: mediatek: fix issue of driver removal with interface is up
[deliverable/linux.git] / scripts / coccicheck
index f9293ab04a8bb879bc1dee83d8fa1ccc0159cb89..c92c1528a54dd54589878df99c2d9bb8dd4c09aa 100755 (executable)
@@ -1,9 +1,10 @@
 #!/bin/bash
-
+# Linux kernel coccicheck
+#
+# Read Documentation/coccinelle.txt
 #
 # This script requires at least spatch
 # version 1.0.0-rc11.
-#
 
 DIR="$(dirname $(readlink -f $0))/.."
 SPATCH="`which ${SPATCH:=spatch}`"
This page took 0.024764 seconds and 5 git commands to generate.