summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorMartin Waitz2005-05-01 17:59:25 +0200
committerLinus Torvalds2005-05-01 17:59:25 +0200
commit6013d5445f9a6d0b28090027868f455c5012d1cc (patch)
tree4c21ee01fc24bb75993f7111098398a9b7761ab4 /scripts/kernel-doc
parent[PATCH] DocBook: changes and extensions to the kernel documentation (diff)
downloadkernel-qcow2-linux-6013d5445f9a6d0b28090027868f455c5012d1cc.tar.gz
kernel-qcow2-linux-6013d5445f9a6d0b28090027868f455c5012d1cc.tar.xz
kernel-qcow2-linux-6013d5445f9a6d0b28090027868f455c5012d1cc.zip
[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-xscripts/kernel-doc2
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(%) {
}
}
} else {
- print " <void>\n";
+ print " <void/>\n";
}
print " </funcprototype></funcsynopsis>\n";
print "</refsynopsisdiv>\n";