Hi Arend, I guess there is a typo in your kernel-doc comment [1]: <SNIP>---- modified include/net/cfg80211.h @@ -1666,6 +1666,7 @@ struct cfg80211_bss_select_adjust { * (others are filtered out). * If ommited, all results are passed. * @n_match_sets: number of match sets + * @results_wk: worker for processing results notification. <SNAP>----- I'am not familiar with the implementation, but as far as I can see, there is no results_wk in the struct ... and you added report_results (see below) which needs a documentation. <SNIP>---- * @wiphy: the wiphy this was for * @dev: the interface * @scan_start: start time of the scheduled scan @@ -1726,6 +1727,7 @@ struct cfg80211_sched_scan_request { struct wiphy *wiphy; struct net_device *dev; unsigned long scan_start; + bool report_results; struct rcu_head rcu_head; u32 owner_nlportid; bool nl_owner_dead; @@ -4564,31 +4566,34 @@ void cfg80211_scan_done(struct cfg80211_scan_request *request, <SNAP>---- Here is what I get, when compiling the documentation: make DOCBOOKS= cleandocs htmldocs ./include/net/cfg80211.h:1738: warning: No description found for parameter 'report_results' ./include/net/cfg80211.h:1738: warning: Excess struct/union/enum/typedef member 'results_wk' description in 'cfg80211_sched_scan_request' Can you please look at this / Thanks a lot! -- Markus -- [1] https://www.spinics.net/lists/linux-wireless/msg161889.html-- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html