git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd6c92
)
scripts/kernel-doc: fix fatal error caused by cfg80211.h
author
Randy Dunlap
<rdunlap@xenotime.net>
Sat, 21 Jan 2012 18:31:54 +0000
(10:31 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 23 Jan 2012 16:44:53 +0000
(08:44 -0800)
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 <rdunlap@xenotime.net>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/kernel-doc
patch
|
blob
|
history
diff --cc
scripts/kernel-doc
Simple merge