Skip to content

Commit

Permalink
Coccinelle: Fix documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Palix authored and Michal Marek committed Oct 27, 2010
1 parent 97c1cf8 commit 9dcf799
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/coccinelle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 9dcf799

Please sign in to comment.