mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
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>
This commit is contained in:
parent
a9e064c004
commit
c100d537b9
@ -38,6 +38,15 @@ as a regular user, and install it with
|
|||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
Supplemental documentation
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
For supplemental documentation refer to the wiki:
|
||||||
|
|
||||||
|
https://bottest.wiki.kernel.org/coccicheck
|
||||||
|
|
||||||
|
The wiki documentation always refers to the linux-next version of the script.
|
||||||
|
|
||||||
Using Coccinelle on the Linux kernel
|
Using Coccinelle on the Linux kernel
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Linux kernel coccicheck
|
||||||
|
#
|
||||||
|
# Read Documentation/coccinelle.txt
|
||||||
#
|
#
|
||||||
# This script requires at least spatch
|
# This script requires at least spatch
|
||||||
# version 1.0.0-rc11.
|
# version 1.0.0-rc11.
|
||||||
#
|
|
||||||
|
|
||||||
DIR="$(dirname $(readlink -f $0))/.."
|
DIR="$(dirname $(readlink -f $0))/.."
|
||||||
SPATCH="`which ${SPATCH:=spatch}`"
|
SPATCH="`which ${SPATCH:=spatch}`"
|
||||||
|
Loading…
Reference in New Issue
Block a user