diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2017-10-15 11:24:08 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-19 12:55:24 -0600 |
commit | 4845688d6a86d411a7622148e4f39d29b51e92cd (patch) | |
tree | e957bb25a6f79a19533d90d30985170f8b81dd28 /Documentation | |
parent | 1ad6e3b2652b310e4ab1a544894c79d4f7cb39d3 (diff) | |
download | linux-4845688d6a86d411a7622148e4f39d29b51e92cd.tar.bz2 |
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>
Diffstat (limited to 'Documentation')
-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 provide some progress information as Coccinelle moves forward with work. -DEBUG_FILE support is only supported when using coccinelle >= 1.2. +DEBUG_FILE support is only supported when using coccinelle >= 1.0.2. .cocciconfig support -------------------- |