diff options
Diffstat (limited to 'scripts/kernel-doc')
| -rwxr-xr-x | scripts/kernel-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index f9652c25e09a..4f2e9049e8fa 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
| @@ -1833,7 +1833,7 @@ sub output_function_rst(%) { | |||
| 1833 | my $oldprefix = $lineprefix; | 1833 | my $oldprefix = $lineprefix; |
| 1834 | my $start; | 1834 | my $start; |
| 1835 | 1835 | ||
| 1836 | print ".. cpp:function:: "; | 1836 | print ".. c:function:: "; |
| 1837 | if ($args{'functiontype'} ne "") { | 1837 | if ($args{'functiontype'} ne "") { |
| 1838 | $start = $args{'functiontype'} . " " . $args{'function'} . " ("; | 1838 | $start = $args{'functiontype'} . " " . $args{'function'} . " ("; |
| 1839 | } else { | 1839 | } else { |
