projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91661f
)
doc-rst: kernel-doc: fix a change introduced by mistake
author
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Sat, 23 Jul 2016 10:13:59 +0000
(07:13 -0300)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Sat, 23 Jul 2016 11:04:21 +0000
(08:04 -0300)
changeset
b7e67f6c1bf7
("doc-rst: linux_tv: supress lots of warnings")
were meant to touch only on media files, but it also touched
at this script by mistake. Revert such change.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
scripts/kernel-doc
patch
|
blob
|
history
diff --git
a/scripts/kernel-doc
b/scripts/kernel-doc
index
f9652c2
..
4f2e904
100755
(executable)
--- a/
scripts/kernel-doc
+++ b/
scripts/kernel-doc
@@
-1833,7
+1833,7
@@
sub output_function_rst(%) {
my $oldprefix = $lineprefix;
my $start;
- print ".. c
pp
:function:: ";
+ print ".. c:function:: ";
if ($args{'functiontype'} ne "") {
$start = $args{'functiontype'} . " " . $args{'function'} . " (";
} else {