summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-23 10:13:59 (GMT)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-23 11:04:21 (GMT)
commita3f57ad0e401cc19887da462b16a20d97e7bccfb (patch)
treed5f5ed0f58e1715adda2cd8507eea0b830269fe7 /scripts
parentc91661f1e69bec066c970f3a911de5713ec4a91e (diff)
downloadlinux-a3f57ad0e401cc19887da462b16a20d97e7bccfb.tar.xz
doc-rst: kernel-doc: fix a change introduced by mistake
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/kernel-doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index f9652c2..4f2e904 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -1833,7 +1833,7 @@ sub output_function_rst(%) {
my $oldprefix = $lineprefix;
my $start;
- print ".. cpp:function:: ";
+ print ".. c:function:: ";
if ($args{'functiontype'} ne "") {
$start = $args{'functiontype'} . " " . $args{'function'} . " (";
} else {