From: Johannes Berg Date: Wed, 5 Sep 2012 13:54:51 +0000 (+0200) Subject: mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header X-Git-Tag: v3.7-rc1~145^2~163^2^2~86^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=00ea6deb0cb1af8df4ea899330bfd238c93ef164;p=~emulex%2Finfiniband.git mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header Doing so creates warnings, but the function is internal and not part of the 802.11 docbooks, so it from kerneldoc. Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index b382605c573..61c621e9273 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -103,7 +103,7 @@ ieee80211_rx_radiotap_len(struct ieee80211_local *local, return len; } -/** +/* * ieee80211_add_rx_radiotap_header - add radiotap header * * add a radiotap header containing all the fields which the hardware provided.