From: Martin Waitz Date: Sun, 1 May 2005 15:59:25 +0000 (-0700) Subject: [PATCH] DocBook: fix xml tag X-Git-Tag: v2.6.12-rc4~136^2~27 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6013d5445f9a6d0b28090027868f455c5012d1cc;p=linux-2.6-omap-h63xx.git [PATCH] DocBook: fix xml tag This fix is needed to create valid XML. Signed-off-by: Martin Waitz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 3cc333070e5..bc5ef02260c 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -607,7 +607,7 @@ sub output_function_xml(%) { } } } else { - print " \n"; + print " \n"; } print " \n"; print "\n";