Skip to content

Commit

Permalink
[PATCH] DocBook: fix <void/> xml tag
Browse files Browse the repository at this point in the history
This fix is needed to create valid XML.

Signed-off-by: Martin Waitz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
tali authored and Linus Torvalds committed May 1, 2005
1 parent 4dc3b16 commit 6013d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ sub output_function_xml(%) {
}
}
} else {
print " <void>\n";
print " <void/>\n";
}
print " </funcprototype></funcsynopsis>\n";
print "</refsynopsisdiv>\n";
Expand Down

0 comments on commit 6013d54

Please sign in to comment.