diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2016-10-07 10:06:15 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-10-11 03:50:43 -0400 |
commit | 1e01892e7ad521a96760da0d791b42badf755d3f (patch) | |
tree | f519fb7bd24965cc64f5f1d2d78c6b0964659384 /scripts | |
parent | d97629f1686574a800a76eb0d2ce65e3f3d3ef92 (diff) |
scripts/coccicheck: Update reference for the corresponding documentation
Use the current name (in a comment at the beginning of this script) for
the file which was converted to the documentation format "reStructuredText"
in August 2016.
Fixes: 4b9033a33494 ("docs: sphinxify coccinelle.txt and add it to dev-tools")
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/coccicheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccicheck b/scripts/coccicheck index c92c1528a54d..ec487b8e7051 100755 --- a/scripts/coccicheck +++ b/scripts/coccicheck | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # Linux kernel coccicheck | 2 | # Linux kernel coccicheck |
3 | # | 3 | # |
4 | # Read Documentation/coccinelle.txt | 4 | # Read Documentation/dev-tools/coccinelle.rst |
5 | # | 5 | # |
6 | # This script requires at least spatch | 6 | # This script requires at least spatch |
7 | # version 1.0.0-rc11. | 7 | # version 1.0.0-rc11. |