kernel-doc/rst: remove fixme comment
authorJani Nikula <jani.nikula@intel.com>
Sat, 28 May 2016 07:48:37 +0000 (10:48 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 30 May 2016 10:39:02 +0000 (13:39 +0300)
Yes, for our purposes the type should contain typedef.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
scripts/kernel-doc

index 19cee0c..425a94b 100755 (executable)
@@ -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'});