projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc3b16
)
[PATCH] DocBook: fix <void/> xml tag
author
Martin Waitz
<tali@admingilde.org>
Sun, 1 May 2005 15:59:25 +0000
(08:59 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:25 +0000
(08:59 -0700)
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>
scripts/kernel-doc
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kernel-doc
b/scripts/kernel-doc
index 3cc333070e59ff958ab60b8076616f3dfe3bf7aa..bc5ef02260cef574f2991252a23df987426b6b77 100755
(executable)
--- 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";