@@ -14,7 +14,7 @@ many uses in kernel development, including the application of complex,
14
14
tree-wide patches and detection of problematic programming patterns.
15
15
16
16
Getting Coccinelle
17
- -------------------
17
+ ------------------
18
18
19
19
The semantic patches included in the kernel use features and options
20
20
which are provided by Coccinelle version 1.0.0-rc11 and above.
@@ -56,7 +56,7 @@ found at:
56
56
https://github.com/coccinelle/coccinelle/blob/master/install.txt
57
57
58
58
Supplemental documentation
59
- ---------------------------
59
+ --------------------------
60
60
61
61
For supplemental documentation refer to the wiki:
62
62
@@ -128,7 +128,7 @@ To enable verbose messages set the V= variable, for example::
128
128
make coccicheck MODE=report V=1
129
129
130
130
Coccinelle parallelization
131
- ---------------------------
131
+ --------------------------
132
132
133
133
By default, coccicheck tries to run as parallel as possible. To change
134
134
the parallelism, set the J= variable. For example, to run across 4 CPUs::
@@ -333,7 +333,7 @@ as an example if requiring at least Coccinelle >= 1.0.5::
333
333
// Requires: 1.0.5
334
334
335
335
Proposing new semantic patches
336
- -------------------------------
336
+ ------------------------------
337
337
338
338
New semantic patches can be proposed and submitted by kernel
339
339
developers. For sake of clarity, they should be organized in the
0 commit comments