aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2017-10-15 05:24:08 -0400
committerJonathan Corbet <corbet@lwn.net>2017-10-19 14:55:24 -0400
commit4845688d6a86d411a7622148e4f39d29b51e92cd (patch)
treee957bb25a6f79a19533d90d30985170f8b81dd28
parent1ad6e3b2652b310e4ab1a544894c79d4f7cb39d3 (diff)
docs: dev-tools: correct Coccinelle version number
There is no Coccinelle version 1.2. 1.0.2 must be what was intended. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/dev-tools/coccinelle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/coccinelle.rst b/Documentation/dev-tools/coccinelle.rst
index 4a64b4c69d3f..37e474ff6911 100644
--- a/Documentation/dev-tools/coccinelle.rst
+++ b/Documentation/dev-tools/coccinelle.rst
@@ -209,7 +209,7 @@ err.log will now have the profiling information, while stdout will
209provide some progress information as Coccinelle moves forward with 209provide some progress information as Coccinelle moves forward with
210work. 210work.
211 211
212DEBUG_FILE support is only supported when using coccinelle >= 1.2. 212DEBUG_FILE support is only supported when using coccinelle >= 1.0.2.
213 213
214.cocciconfig support 214.cocciconfig support
215-------------------- 215--------------------