Hi Naftali, [auto build test WARNING on linus/master] [also build test WARNING on v4.13-rc3 next-20170804] [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/Luca-Coelho/mac80211-patches-from-our-internal-tree-2017-08-05/20170806-053032 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) >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' >> include/net/mac80211.h:5515: warning: No description found for parameter 'bit' >> include/net/mac80211.h:5515: warning: Excess function parameter 'tid' description in 'ieee80211_rx_ba_timer_expired' vim +/bit +5515 include/net/mac80211.h 5501 5502 /** 5503 * ieee80211_rx_ba_timer_expired - stop a Rx BA session due to timeout 5504 * 5505 * Some device drivers do not offload AddBa/DelBa negotiation, but handle rx 5506 * buffer reording internally, and therefore also handle the session timer. 5507 * 5508 * Trigger the timeout flow, which sends a DelBa. 5509 * 5510 * @vif: &struct ieee80211_vif pointer from the add_interface callback 5511 * @addr: station mac address 5512 * @tid: the rx tid 5513 */ 5514 void ieee80211_rx_ba_timer_expired(struct ieee80211_vif *vif, > 5515 const u8 *addr, unsigned int bit); 5516 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation