X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=scripts%2Fkernel-doc;h=9b0c0b8b4ab4cd483158cfb606aaba038fbbabb5;hb=63e7f1ac2855ba56f15d8189694ca9bd16ae4107;hp=d793001929cf40c0e3a773927ac047878a81df30;hpb=bc9bc72e2f9bb07384c00604d1a40d0b5f62be6c;p=~andy%2Flinux diff --git a/scripts/kernel-doc b/scripts/kernel-doc index d793001929c..9b0c0b8b4ab 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -5,7 +5,7 @@ use strict; ## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ## ## Copyright (C) 2000, 1 Tim Waugh ## ## Copyright (C) 2001 Simon Huggins ## -## Copyright (C) 2005-2010 Randy Dunlap ## +## Copyright (C) 2005-2012 Randy Dunlap ## ## ## ## #define enhancements by Armin Kuster ## ## Copyright (c) 2000 MontaVista Software, Inc. ## @@ -1785,6 +1785,7 @@ sub dump_function($$) { $prototype =~ s/__devinit +//; $prototype =~ s/__init +//; $prototype =~ s/__init_or_module +//; + $prototype =~ s/__must_check +//; $prototype =~ s/^#\s*define\s+//; #ak added $prototype =~ s/__attribute__\s*\(\([a-z,]*\)\)//;