Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / Documentation / sphinx / parse-headers.pl
index 00a69ac..b063f2f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 use strict;
 use Text::Tabs;
 use Getopt::Long;
@@ -110,7 +110,7 @@ while (<IN>) {
            ) {
                my $s = $1;
 
-               $structs{$s} = "struct :c:type:`$s`\\ ";
+               $structs{$s} = "struct $s\\ ";
                next;
        }
 }