From: Randy Dunlap Date: Sat, 21 Jan 2012 18:31:54 +0000 (-0800) Subject: scripts/kernel-doc: fix fatal error caused by cfg80211.h X-Git-Tag: v3.3-rc2~45^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c95b00b87f85ce5a15b7899aaa862eacd2364a;p=pandora-kernel.git scripts/kernel-doc: fix fatal error caused by cfg80211.h include/net/cfg80211.h uses __must_check in functions that have kernel-doc notation. This was confusing scripts/kernel-doc, so have scripts/kernel-doc ignore "__must_check". Error(include/net/cfg80211.h:2702): cannot understand prototype: 'struct cfg80211_bss * __must_check cfg80211_inform_bss(...) Signed-off-by: Randy Dunlap Cc: Johannes Berg Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed