Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Luis R. Rodriguez and committed by
Michal Marek
c100d537 a9e064c0

+12 -2
+9
Documentation/coccinelle.txt
··· 38 38 39 39 sudo make install 40 40 41 + Supplemental documentation 42 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 43 + 44 + For supplemental documentation refer to the wiki: 45 + 46 + https://bottest.wiki.kernel.org/coccicheck 47 + 48 + The wiki documentation always refers to the linux-next version of the script. 49 + 41 50 Using Coccinelle on the Linux kernel 42 51 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 43 52
+3 -2
scripts/coccicheck
··· 1 1 #!/bin/bash 2 - 2 + # Linux kernel coccicheck 3 + # 4 + # Read Documentation/coccinelle.txt 3 5 # 4 6 # This script requires at least spatch 5 7 # version 1.0.0-rc11. 6 - # 7 8 8 9 DIR="$(dirname $(readlink -f $0))/.." 9 10 SPATCH="`which ${SPATCH:=spatch}`"