diff options
| -rwxr-xr-x | scripts/kernel-doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 9fb26d142a56..4da6f952d18b 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
| @@ -2593,7 +2593,7 @@ sub syscall_munge() { | |||
| 2593 | } | 2593 | } |
| 2594 | } | 2594 | } |
| 2595 | 2595 | ||
| 2596 | sub process_state3_function($$) { | 2596 | sub process_proto_function($$) { |
| 2597 | my $x = shift; | 2597 | my $x = shift; |
| 2598 | my $file = shift; | 2598 | my $file = shift; |
| 2599 | 2599 | ||
| @@ -2623,7 +2623,7 @@ sub process_state3_function($$) { | |||
| 2623 | } | 2623 | } |
| 2624 | } | 2624 | } |
| 2625 | 2625 | ||
| 2626 | sub process_state3_type($$) { | 2626 | sub process_proto_type($$) { |
| 2627 | my $x = shift; | 2627 | my $x = shift; |
| 2628 | my $file = shift; | 2628 | my $file = shift; |
| 2629 | 2629 | ||
| @@ -2937,9 +2937,9 @@ sub process_file($) { | |||
| 2937 | $state = STATE_INLINE; | 2937 | $state = STATE_INLINE; |
| 2938 | $inline_doc_state = STATE_INLINE_NAME; | 2938 | $inline_doc_state = STATE_INLINE_NAME; |
| 2939 | } elsif ($decl_type eq 'function') { | 2939 | } elsif ($decl_type eq 'function') { |
| 2940 | process_state3_function($_, $file); | 2940 | process_proto_function($_, $file); |
| 2941 | } else { | 2941 | } else { |
| 2942 | process_state3_type($_, $file); | 2942 | process_proto_type($_, $file); |
| 2943 | } | 2943 | } |
| 2944 | } elsif ($state == STATE_DOCBLOCK) { | 2944 | } elsif ($state == STATE_DOCBLOCK) { |
| 2945 | if (/$doc_end/) | 2945 | if (/$doc_end/) |
