Lines Matching full:patch
69 For Semantic Patch Language(SmPL) grammar documentation refer to:
79 Four basic modes are defined: ``patch``, ``report``, ``context``, and
83 * ``patch`` proposes a fix, when possible.
107 To make a report for every semantic patch, run the following command:
117 ./scripts/coccicheck --mode=patch
119 The ``coccicheck`` target applies every semantic patch available in the
122 For each semantic patch, a commit message is proposed. It gives a
123 description of the problem being checked by the semantic patch, and
159 Using Coccinelle with a single semantic patch
163 semantic patch. In that case, the variable must be initialized with
164 the name of the semantic patch to apply.
191 ./scripts/coccicheck --mode=patch drivers/usb/
213 ./scripts/coccicheck --mode=patch --debug=cocci.err
286 SmPL patch specific options
290 to Coccinelle. SmPL patch specific options can be provided by
291 providing them at the top of the SmPL patch, for instance:
310 commit log when proposing a patch based on the script.
422 Detailed description of the ``patch`` mode
425 When the ``patch`` mode is available, it proposes a fix for each problem
435 ./scripts/coccicheck --mode=patch --cocci=scripts/coccinelle/misc/array_size.cocci
443 @depends on patch@
460 This SmPL excerpt generates patch hunks on the standard output, as
484 The diff-like output generated is NOT an applicable patch. The