diff options
| author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-12 16:23:53 -0400 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-19 14:57:35 -0400 |
| commit | 2c0c5c208bb8233d2d76327e3379375c01785c4d (patch) | |
| tree | ca16a20908c2f4f718880114f81ce68062c4952a /Documentation/process/4.Coding.rst | |
| parent | d354a6f150d873440975263530a2e42121d50a51 (diff) | |
Documentation: fix ref to coccinelle content
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process/4.Coding.rst')
| -rw-r--r-- | Documentation/process/4.Coding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/4.Coding.rst b/Documentation/process/4.Coding.rst index 6df19943dd4d..26b106071364 100644 --- a/Documentation/process/4.Coding.rst +++ b/Documentation/process/4.Coding.rst | |||
| @@ -307,7 +307,7 @@ variety of potential coding problems; it can also propose fixes for those | |||
| 307 | problems. Quite a few "semantic patches" for the kernel have been packaged | 307 | problems. Quite a few "semantic patches" for the kernel have been packaged |
| 308 | under the scripts/coccinelle directory; running "make coccicheck" will run | 308 | under the scripts/coccinelle directory; running "make coccicheck" will run |
| 309 | through those semantic patches and report on any problems found. See | 309 | through those semantic patches and report on any problems found. See |
| 310 | Documentation/coccinelle.txt for more information. | 310 | Documentation/dev-tools/coccinelle.rst for more information. |
| 311 | 311 | ||
| 312 | Other kinds of portability errors are best found by compiling your code for | 312 | Other kinds of portability errors are best found by compiling your code for |
| 313 | other architectures. If you do not happen to have an S/390 system or a | 313 | other architectures. If you do not happen to have an S/390 system or a |
