[PATCH] DocBook: changes and extensions to the kernel documentation
[deliverable/linux.git] / scripts / kernel-doc
index 8b1dab63f11cafb2467b2f430e68964b198371d3..3cc333070e59ff958ab60b8076616f3dfe3bf7aa 100755 (executable)
@@ -1465,6 +1465,8 @@ sub dump_function($$) {
 
     $prototype =~ s/^static +//;
     $prototype =~ s/^extern +//;
+    $prototype =~ s/^fastcall +//;
+    $prototype =~ s/^asmlinkage +//;
     $prototype =~ s/^inline +//;
     $prototype =~ s/^__inline__ +//;
     $prototype =~ s/^#define +//; #ak added
This page took 0.024317 seconds and 5 git commands to generate.