diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2017-10-15 05:24:08 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-19 14:55:24 -0400 |
commit | 4845688d6a86d411a7622148e4f39d29b51e92cd (patch) | |
tree | e957bb25a6f79a19533d90d30985170f8b81dd28 | |
parent | 1ad6e3b2652b310e4ab1a544894c79d4f7cb39d3 (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.rst | 2 |
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 | |||
209 | provide some progress information as Coccinelle moves forward with | 209 | provide some progress information as Coccinelle moves forward with |
210 | work. | 210 | work. |
211 | 211 | ||
212 | DEBUG_FILE support is only supported when using coccinelle >= 1.2. | 212 | DEBUG_FILE support is only supported when using coccinelle >= 1.0.2. |
213 | 213 | ||
214 | .cocciconfig support | 214 | .cocciconfig support |
215 | -------------------- | 215 | -------------------- |