diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kernel-doc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 0514e2505f7e..f9460a6218de 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -1119,7 +1119,10 @@ sub output_function_text(%) { | |||
1119 | my %args = %{$_[0]}; | 1119 | my %args = %{$_[0]}; |
1120 | my ($parameter, $section); | 1120 | my ($parameter, $section); |
1121 | 1121 | ||
1122 | print "Function:\n\n"; | 1122 | print "Name:\n\n"; |
1123 | print $args{'function'}." - ".$args{'purpose'}."\n"; | ||
1124 | |||
1125 | print "\nSynopsis:\n\n"; | ||
1123 | my $start=$args{'functiontype'}." ".$args{'function'}." ("; | 1126 | my $start=$args{'functiontype'}." ".$args{'function'}." ("; |
1124 | print $start; | 1127 | print $start; |
1125 | my $count = 0; | 1128 | my $count = 0; |