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 932b3f34ff06..7388e88a1f50 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
| @@ -2994,7 +2994,7 @@ sub process_file($) { | |||
| 2994 | } | 2994 | } |
| 2995 | } elsif ($inline_doc_state == STATE_INLINE_NAME) { | 2995 | } elsif ($inline_doc_state == STATE_INLINE_NAME) { |
| 2996 | $inline_doc_state = STATE_INLINE_ERROR; | 2996 | $inline_doc_state = STATE_INLINE_ERROR; |
| 2997 | print STDERR "Warning(${file}:$.): "; | 2997 | print STDERR "${file}:$.: warning: "; |
| 2998 | print STDERR "Incorrect use of kernel-doc format: $_"; | 2998 | print STDERR "Incorrect use of kernel-doc format: $_"; |
| 2999 | ++$warnings; | 2999 | ++$warnings; |
| 3000 | } | 3000 | } |
