diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2014-08-24 18:17:17 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-26 13:49:57 -0700 |
commit | 270a00963cd367214e92e6deadb3bde65b49b16a (patch) | |
tree | 578f578ce9990ed1c023382d83d655770516e5d8 /kernel | |
parent | 52addcf9d6669fa439387610bc65c92fa0980cef (diff) | |
download | blackbird-op-linux-270a00963cd367214e92e6deadb3bde65b49b16a.tar.gz blackbird-op-linux-270a00963cd367214e92e6deadb3bde65b49b16a.zip |
scripts/kernel-doc: recognize __meminit
Fix scripts/kernel-doc to recognize __meminit in a function prototype
and to strip it, as done with many other attributes.
Fixes this warning:
Warning(..//mm/page_alloc.c:2973): cannot understand function prototype: 'void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask) '
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions