diff options
author | Martin Waitz <tali@admingilde.org> | 2005-05-01 11:59:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 11:59:25 -0400 |
commit | 6013d5445f9a6d0b28090027868f455c5012d1cc (patch) | |
tree | 4c21ee01fc24bb75993f7111098398a9b7761ab4 /scripts/kernel-doc | |
parent | 4dc3b16ba18c0f967ad100c52fa65b01a4f76ff0 (diff) |
[PATCH] DocBook: fix <void/> xml tag
This fix is needed to create valid XML.
Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 3cc333070e59..bc5ef02260ce 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -607,7 +607,7 @@ sub output_function_xml(%) { | |||
607 | } | 607 | } |
608 | } | 608 | } |
609 | } else { | 609 | } else { |
610 | print " <void>\n"; | 610 | print " <void/>\n"; |
611 | } | 611 | } |
612 | print " </funcprototype></funcsynopsis>\n"; | 612 | print " </funcprototype></funcsynopsis>\n"; |
613 | print "</refsynopsisdiv>\n"; | 613 | print "</refsynopsisdiv>\n"; |