diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-22 07:17:26 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-22 07:17:26 -0400 |
| commit | f9b44121b34174ae4f243a568393fc3225842e75 (patch) | |
| tree | 943f68cd7458d08a9e8809ed0a10b71b23911f3e /scripts/kernel-doc | |
| parent | 8727b909bb2348d29e62c599cd7a5d610da3760f (diff) | |
| parent | 220bf991b0366cc50a94feede3d7341fa5710ee4 (diff) | |
Merge commit 'v2.6.34-rc2' into for-2.6.34
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 = ""; |
