From: Randy Dunlap Date: Mon, 25 Aug 2014 01:17:17 +0000 (-0700) Subject: scripts/kernel-doc: recognize __meminit X-Git-Tag: omap-fixes-against-v3.17-rc3~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270a00963cd367214e92e6deadb3bde65b49b16a;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed