summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@kernel.org>2016-06-29 18:14:58 -0400
committerMichal Marek <mmarek@suse.com>2016-07-22 06:13:39 -0400
commitc100d537b9a088caddb4e355847986b439b017c2 (patch)
treeedb00e9967deeb22fee0f89546d4307e19a9f75a /scripts
parenta9e064c00413fb59e7236be81578024ab0ebe6b2 (diff)
coccicheck: refer to Documentation/coccinelle.txt and wiki
Refer to the Documentation/coccinelle.txt and supplemental documentation on the wiki: https://bottest.wiki.kernel.org/coccicheck This page shall always refer to the linux-next iteration of scripts/coccicheck. v4: only refer to the wiki as supplemental documentation, and also update Documentation/coccinelle.txt. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> Acked-by: Nicolas Palix <nicolas.palix@imag.fr> Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/coccicheck5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/coccicheck b/scripts/coccicheck
index f9293ab04a8b..c92c1528a54d 100755
--- a/scripts/coccicheck
+++ b/scripts/coccicheck
@@ -1,9 +1,10 @@
1#!/bin/bash 1#!/bin/bash
2 2# Linux kernel coccicheck
3#
4# Read Documentation/coccinelle.txt
3# 5#
4# This script requires at least spatch 6# This script requires at least spatch
5# version 1.0.0-rc11. 7# version 1.0.0-rc11.
6#
7 8
8DIR="$(dirname $(readlink -f $0))/.." 9DIR="$(dirname $(readlink -f $0))/.."
9SPATCH="`which ${SPATCH:=spatch}`" 10SPATCH="`which ${SPATCH:=spatch}`"