diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-05-06 08:33:54 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-05-06 08:33:54 -0700 |
| commit | a3f53e8adfda814730c341ee39ce015a0abf69aa (patch) | |
| tree | 17b9aa4c94dff50240f3445f7f9ebf20eeeea201 /scripts/kernel-doc | |
| parent | 8404c9fbc84b741f66cff7d4934a25dd2c344452 (diff) | |
| parent | 7fc4607899e87259bb751ccdbe53628aa467ec22 (diff) | |
| download | cachepc-linux-a3f53e8adfda814730c341ee39ce015a0abf69aa.tar.gz cachepc-linux-a3f53e8adfda814730c341ee39ce015a0abf69aa.zip | |
Merge tag 'docs-5.13-2' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet:
"A few late-arriving documentation fixes, including some oprofile
cleanup, a kernel-doc fix, some regression-reporting updates, and the
usual minor fixes"
* tag 'docs-5.13-2' of git://git.lwn.net/linux:
Enlisted oprofile version line removed
oprofiled version output line removed from the list
Removed the oprofiled version option
docs: reporting-issues.rst: CC subsystem and maintainers on regressions
docs: correct URL to bios and kernel developer's guide
docs/core-api: Consistent code style
docs/zh_CN: Adjust order and content of zh_CN/index.rst
Documentation: input: joydev file corrections
docs: Fix typo in Documentation/x86/x86_64/5level-paging.rst
kernel-doc: Add support for __deprecated
Diffstat (limited to 'scripts/kernel-doc')
| -rwxr-xr-x | scripts/kernel-doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index 2a85d34fdcd0..4840e748fca8 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -1777,6 +1777,7 @@ sub dump_function($$) { $prototype =~ s/^noinline +//; $prototype =~ s/__init +//; $prototype =~ s/__init_or_module +//; + $prototype =~ s/__deprecated +//; $prototype =~ s/__flatten +//; $prototype =~ s/__meminit +//; $prototype =~ s/__must_check +//; |
