Skip to content

Commit cddfe32

Browse files
committed
kernel-doc/rst: remove fixme comment
Yes, for our purposes the type should contain typedef. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
1 parent d4b08e0 commit cddfe32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/kernel-doc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,6 @@ sub output_typedef_rst(%) {
18971897
my $oldprefix = $lineprefix;
18981898
my $name = "typedef " . $args{'typedef'};
18991899

1900-
### FIXME: should the name below contain "typedef" or not?
19011900
print "\n\n.. c:type:: " . $name . "\n\n";
19021901
$lineprefix = " ";
19031902
output_highlight_rst($args{'purpose'});

0 commit comments

Comments
 (0)