tree:   git://linuxtv.org/media_tree.git master
head:   2705c1a96f978450377f1019d4bef34190b4ef05
commit: 44ff16d0b7ccb4c872de7a53196b2d3f83089607 [9/14] [media] media-device: 
use kref for media_device instance
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   include/linux/init.h:1: warning: no structured comments found
   kernel/sys.c:1: warning: no structured comments found
   drivers/dma-buf/seqno-fence.c:1: warning: no structured comments found
   drivers/dma-buf/reservation.c:1: warning: no structured comments found
   include/linux/reservation.h:1: warning: no structured comments found
>> include/media/media-device.h:629: warning: No description found for 
>> parameter 'mdev'
>> include/media/media-device.h:629: warning: Excess function parameter 'dev' 
>> description in 'media_device_unregister_devres'
>> include/media/media-device.h:629: warning: No description found for 
>> parameter 'mdev'
>> include/media/media-device.h:629: warning: Excess function parameter 'dev' 
>> description in 'media_device_unregister_devres'

vim +/mdev +629 include/media/media-device.h

   613   *
   614   * @dev: pointer to struct &device.
   615   */
   616  struct media_device *media_device_find_devres(struct device *dev);
   617  
   618  /**
   619   * media_device_unregister_devres) - Unregister media device allocated 
as
   620   *                                   as device resource
   621   *
   622   * @dev: pointer to struct &device.
   623   *
   624   * Devices allocated via media_device_get_devres should be de-alocalted
   625   * and freed via this function. Callers should not call
   626   * media_device_unregister() nor media_device_cleanup() on devices
   627   * allocated via media_device_get_devres().
   628   */
 > 629  void media_device_unregister_devres(struct media_device *mdev);
   630  
   631  /* Iterate over all entities. */
   632  #define media_device_for_each_entity(entity, mdev)                      
\
   633          list_for_each_entry(entity, &(mdev)->entities, graph_obj.list)
   634  
   635  /* Iterate over all interfaces. */
   636  #define media_device_for_each_intf(intf, mdev)                  \
   637          list_for_each_entry(intf, &(mdev)->interfaces, graph_obj.list)

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

Attachment: .config.gz
Description: Binary data

Reply via email to