]> git.baikalelectronics.ru Git - kernel.git/commit
wireless: FTM: fix kernel-doc "cannot understand" warnings
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 6 Dec 2018 20:58:30 +0000 (12:58 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 18 Dec 2018 12:14:23 +0000 (13:14 +0100)
commit2ae1222b5539183dcd4f491a0906d13c94248ffb
treeeca13d5dc49e41323c88e424c3358a306b8e6e15
parentc5e2e6589b6f3a6417dc1ba1e8825582b1596796
wireless: FTM: fix kernel-doc "cannot understand" warnings

Fix kernel-doc warnings in FTM due to missing "struct" keyword.

Fixes 109 warnings from <net/cfg80211.h>:
../include/net/cfg80211.h:2838: warning: cannot understand function prototype: 'struct cfg80211_ftm_responder_stats '

and fixes 88 warnings from <net/mac80211.h>:
../include/net/mac80211.h:477: warning: cannot understand function prototype: 'struct ieee80211_ftm_responder_params '

Fixes: 3e8205f08d48 ("cfg80211: support FTM responder configuration/statistics")
Fixes: 7b6d2571da03 ("mac80211: support FTM responder configuration/statistics")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Cc: Johannes Berg <johannes.berg@intel.com>
Cc: David Spinadel <david.spinadel@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/net/mac80211.h