diff options
author | Nicolas Palix <npalix.work@gmail.com> | 2010-10-24 23:37:33 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-10-28 00:32:23 +0200 |
commit | 9dcf7990c2b8afe865d59f809a35a84d10f241f8 (patch) | |
tree | 79c7a69671d33bc79e01465b3f7b0ab80e423b26 /Documentation | |
parent | 97c1cf8fdbce332bfacc3e38aae3fe2af1369906 (diff) | |
download | kernel_samsung_espresso10-9dcf7990c2b8afe865d59f809a35a84d10f241f8.zip kernel_samsung_espresso10-9dcf7990c2b8afe865d59f809a35a84d10f241f8.tar.gz kernel_samsung_espresso10-9dcf7990c2b8afe865d59f809a35a84d10f241f8.tar.bz2 |
Coccinelle: Fix documentation
A file used as example has been moved elsewhere.
Update the documentation accordingly
Signed-off-by: Nicolas Palix <npalix.work@gmail.com>
Reported-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/coccinelle.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/coccinelle.txt b/Documentation/coccinelle.txt index de51a3e..4a276ea 100644 --- a/Documentation/coccinelle.txt +++ b/Documentation/coccinelle.txt @@ -139,7 +139,7 @@ Example: Running - make coccicheck MODE=report COCCI=scripts/coccinelle/err_cast.cocci + make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci will execute the following part of the SmPL script. @@ -177,7 +177,7 @@ identified. Example: Running - make coccicheck MODE=patch COCCI=scripts/coccinelle/err_cast.cocci + make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci will execute the following part of the SmPL script. @@ -221,7 +221,7 @@ NOTE: The diff-like output generated is NOT an applicable patch. The Example: Running - make coccicheck MODE=context COCCI=scripts/coccinelle/err_cast.cocci + make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci will execute the following part of the SmPL script. @@ -256,7 +256,7 @@ diff -u -p /home/user/linux/crypto/ctr.c /tmp/nothing Example: Running - make coccicheck MODE=org COCCI=scripts/coccinelle/err_cast.cocci + make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci will execute the following part of the SmPL script. |