Hi Mauro, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc2 next-20170926] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Mauro-Carvalho-Chehab/scripts-kernel-doc-fix-nexted-handling/20170927-091127 reproduce: make htmldocs All warnings (new ones prefixed by >>): WARNING: convert(1) not found, for SVG to PDF conversion install ImageMagick (https://www.imagemagick.org) kernel/trace/blktrace.c:824: warning: No description found for parameter 'cgid' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'band_pref' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'adjust' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:4115: warning: Excess struct/union/enum/typedef member 'bssid' description in 'wireless_dev' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'band_pref' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'adjust' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:4115: warning: Excess struct/union/enum/typedef member 'bssid' description in 'wireless_dev' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'band_pref' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'adjust' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:4115: warning: Excess struct/union/enum/typedef member 'bssid' description in 'wireless_dev' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'band_pref' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'adjust' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:4115: warning: Excess struct/union/enum/typedef member 'bssid' description in 'wireless_dev' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'band_pref' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'adjust' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:4115: warning: Excess struct/union/enum/typedef member 'bssid' description in 'wireless_dev' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'band_pref' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'adjust' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:4115: warning: Excess struct/union/enum/typedef member 'bssid' description in 'wireless_dev' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'band_pref' description in 'cfg80211_bss_selection' >> include/net/cfg80211.h:2056: warning: Excess struct/union/enum/typedef member 'adjust' description in 'cfg80211_bss_selection' vim +2056 include/net/cfg80211.h 04a773ad Johannes Berg 2009-04-19 2041 04a773ad Johannes Berg 2009-04-19 2042 /** 38de03d2 Arend van Spriel 2016-03-02 2043 * struct cfg80211_bss_selection - connection parameters for BSS selection. 38de03d2 Arend van Spriel 2016-03-02 2044 * 38de03d2 Arend van Spriel 2016-03-02 2045 * @behaviour: requested BSS selection behaviour. 38de03d2 Arend van Spriel 2016-03-02 2046 * @param: parameters for requestion behaviour. 38de03d2 Arend van Spriel 2016-03-02 2047 * @band_pref: preferred band for %NL80211_BSS_SELECT_ATTR_BAND_PREF. 38de03d2 Arend van Spriel 2016-03-02 2048 * @adjust: parameters for %NL80211_BSS_SELECT_ATTR_RSSI_ADJUST. 38de03d2 Arend van Spriel 2016-03-02 2049 */ 38de03d2 Arend van Spriel 2016-03-02 2050 struct cfg80211_bss_selection { 38de03d2 Arend van Spriel 2016-03-02 2051 enum nl80211_bss_select_attr behaviour; 38de03d2 Arend van Spriel 2016-03-02 2052 union { 57fbcce3 Johannes Berg 2016-04-12 2053 enum nl80211_band band_pref; 38de03d2 Arend van Spriel 2016-03-02 2054 struct cfg80211_bss_select_adjust adjust; 38de03d2 Arend van Spriel 2016-03-02 2055 } param; 38de03d2 Arend van Spriel 2016-03-02 @2056 }; 38de03d2 Arend van Spriel 2016-03-02 2057 :::::: The code at line 2056 was first introduced by commit :::::: 38de03d2a28925b489c11546804e2f5418cc17a4 nl80211: add feature for BSS selection support :::::: TO: Arend van Spriel <arend@xxxxxxxxxxxx> :::::: CC: Johannes Berg <johannes.berg@xxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip