From: Matthew Wilcox Date: Thu, 15 Mar 2018 12:06:23 +0000 (-0700) Subject: kernel-doc: Remove __sched markings X-Git-Tag: v4.19~1327^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0891f959935203e6c0e6c3e62968da56eedba6bf;p=platform%2Fkernel%2Flinux-rpi.git kernel-doc: Remove __sched markings I find the __sched annotations unaesthetic in the kernel-doc. Remove them like we remove __inline, __weak, __init and so on. Signed-off-by: Matthew Wilcox Signed-off-by: Jonathan Corbet --- diff --git a/scripts/kernel-doc b/scripts/kernel-doc index ae3cac1..eb986a7 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -1578,6 +1578,7 @@ sub dump_function($$) { $prototype =~ s/__meminit +//; $prototype =~ s/__must_check +//; $prototype =~ s/__weak +//; + $prototype =~ s/__sched +//; my $define = $prototype =~ s/^#\s*define\s+//; #ak added $prototype =~ s/__attribute__\s*\(\( (?: