Hi Rafał,

[auto build test WARNING on mac80211-next/master]
[also build test WARNING on v4.10-rc2 next-20161224]
[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/Rafa-Mi-ecki/cfg80211-allow-passing-struct-device-in-the-wiphy_new-call/20170103-014525
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 
master
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'
>> include/net/cfg80211.h:3734: warning: No description found for parameter 
>> 'dev'
   include/net/cfg80211.h:3751: warning: No description found for parameter 
'dev'

vim +/dev +3734 include/net/cfg80211.h

  3718  
  3719  /**
  3720   * wiphy_new_nm - create a new wiphy for use with cfg80211
  3721   *
  3722   * @ops: The configuration operations for this device
  3723   * @sizeof_priv: The size of the private area to allocate
  3724   * @requested_name: Request a particular name.
  3725   *      NULL is valid value, and means use the default phy%d naming.
  3726   *
  3727   * Create a new wiphy and associate the given operations with it.
  3728   * @sizeof_priv bytes are allocated for private use.
  3729   *
  3730   * Return: A pointer to the new wiphy. This pointer must be
  3731   * assigned to each netdev's ieee80211_ptr for proper operation.
  3732   */
  3733  struct wiphy *wiphy_new_nm(struct device *dev, const struct 
cfg80211_ops *ops,
> 3734                             int sizeof_priv, const char *requested_name);
  3735  
  3736  /**
  3737   * wiphy_new - create a new wiphy for use with cfg80211
  3738   *
  3739   * @ops: The configuration operations for this device
  3740   * @sizeof_priv: The size of the private area to allocate
  3741   *
  3742   * Create a new wiphy and associate the given operations with it.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to