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 208ad3b0ca51..c7865c362d28 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -2103,7 +2103,7 @@ sub process_file($) { | |||
2103 | $section = $newsection; | 2103 | $section = $newsection; |
2104 | } elsif (/$doc_end/) { | 2104 | } elsif (/$doc_end/) { |
2105 | 2105 | ||
2106 | if ($contents ne "") { | 2106 | if (($contents ne "") && ($contents ne "\n")) { |
2107 | dump_section($file, $section, xml_escape($contents)); | 2107 | dump_section($file, $section, xml_escape($contents)); |
2108 | $section = $section_default; | 2108 | $section = $section_default; |
2109 | $contents = ""; | 2109 | $contents = ""; |