From: Julia Lawall Date: Sun, 15 Oct 2017 09:24:08 +0000 (+0200) Subject: docs: dev-tools: correct Coccinelle version number X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4845688d6a86d411a7622148e4f39d29b51e92cd;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Jonathan Corbet --- 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 --------------------