Skip to content

Commit

Permalink
kernel-doc/rst: remove fixme comment
Browse files Browse the repository at this point in the history
Yes, for our purposes the type should contain typedef.

Signed-off-by: Jani Nikula <[email protected]>
  • Loading branch information
jnikula committed May 30, 2016
1 parent d4b08e0 commit cddfe32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,6 @@ sub output_typedef_rst(%) {
my $oldprefix = $lineprefix;
my $name = "typedef " . $args{'typedef'};

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

0 comments on commit cddfe32

Please sign in to comment.