Re: [Intel-gfx] [lkp] [PATCH] drm/i915: Fix intel_psr_init() kerneldoc

2016-12-08 Thread Ander Conselvan De Oliveira
On Tue, 2016-12-06 at 02:01 +0800, Ye Xiaolong wrote:
> On 11/30, Ander Conselvan De Oliveira wrote:
> > 
> > On Wed, 2016-11-30 at 09:29 +0800, kbuild test robot wrote:
> > > 
> > > Hi Ander,
> > > 
> > > [auto build test WARNING on drm-intel/for-linux-next]
> > > [also build test WARNING on v4.9-rc7 next-20161129]
> > > [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/Ander-Conselvan-de-Olivei
> > > ra/drm-i915-Fix-intel_psr_init-kerneldoc/20161130-081024
> > > base:   git://anongit.freedesktop.org/drm-intel for-linux-next
> > > reproduce: make htmldocs
> > > 
> > > All warnings (new ones prefixed by >>):
> > > 
> > >    make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent
> > > make rule.
> > >    include/linux/init.h:1: warning: no structured comments found
> > >    include/linux/workqueue.h:392: warning: No description found for
> > > parameter '...'
> > >    include/linux/workqueue.h:392: warning: Excess function parameter
> > > 'args' description in 'alloc_workqueue'
> > >    include/linux/workqueue.h:413: warning: No description found for
> > > parameter '...'
> > >    include/linux/workqueue.h:413: warning: Excess function parameter
> > > 'args' description in 'alloc_ordered_workqueue'
> > >    include/linux/kthread.h:26: warning: No description found for parameter
> > > '...'
> > >    kernel/sys.c:1: warning: no structured comments found
> > >    drivers/dma-buf/seqno-fence.c:1: warning: no structured comments found
> > >    include/sound/core.h:324: warning: No description found for parameter
> > > '...'
> > >    include/sound/core.h:335: warning: No description found for parameter
> > > '...'
> > >    include/sound/core.h:388: warning: No description found for parameter
> > > '...'
> > >    include/drm/drm_drv.h:295: warning: Incorrect use of kernel-doc
> > > format:   * Hook for allocating the GEM object struct, for use by core
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'load'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'firstopen'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'open'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'preclose'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'postclose'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'lastclose'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'unload'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'dma_ioctl'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'dma_quiescent'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'context_dtor'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'set_busid'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'irq_handler'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'irq_preinstall'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'irq_postinstall'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'irq_uninstall'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'debugfs_init'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'debugfs_cleanup'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_open_object'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_close_object'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_create_object'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'prime_handle_to_fd'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'prime_fd_to_handle'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_prime_export'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_prime_import'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_prime_pin'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_prime_unpin'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_prime_res_obj'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_prime_get_sg_table'
> > >    include/drm/drm_drv.h:407: warning: No description found for parameter
> > > 'gem_prime_import_sg_table'
> > >    

Re: [Intel-gfx] [lkp] [PATCH] drm/i915: Fix intel_psr_init() kerneldoc

2016-12-05 Thread Ye Xiaolong
On 11/30, Ander Conselvan De Oliveira wrote:
>On Wed, 2016-11-30 at 09:29 +0800, kbuild test robot wrote:
>> Hi Ander,
>> 
>> [auto build test WARNING on drm-intel/for-linux-next]
>> [also build test WARNING on v4.9-rc7 next-20161129]
>> [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/Ander-Conselvan-de-Oliveira/drm-i915-Fix-intel_psr_init-kerneldoc/20161130-081024
>> base:   git://anongit.freedesktop.org/drm-intel for-linux-next
>> reproduce: make htmldocs
>> 
>> All warnings (new ones prefixed by >>):
>> 
>>    make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent 
>> make rule.
>>    include/linux/init.h:1: warning: no structured comments found
>>    include/linux/workqueue.h:392: warning: No description found for 
>> parameter '...'
>>    include/linux/workqueue.h:392: warning: Excess function parameter 'args' 
>> description in 'alloc_workqueue'
>>    include/linux/workqueue.h:413: warning: No description found for 
>> parameter '...'
>>    include/linux/workqueue.h:413: warning: Excess function parameter 'args' 
>> description in 'alloc_ordered_workqueue'
>>    include/linux/kthread.h:26: warning: No description found for parameter 
>> '...'
>>    kernel/sys.c:1: warning: no structured comments found
>>    drivers/dma-buf/seqno-fence.c:1: warning: no structured comments found
>>    include/sound/core.h:324: warning: No description found for parameter 
>> '...'
>>    include/sound/core.h:335: warning: No description found for parameter 
>> '...'
>>    include/sound/core.h:388: warning: No description found for parameter 
>> '...'
>>    include/drm/drm_drv.h:295: warning: Incorrect use of kernel-doc format:   
>>     * Hook for allocating the GEM object struct, for use by core
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'load'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'firstopen'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'open'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'preclose'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'postclose'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'lastclose'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'unload'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'dma_ioctl'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'dma_quiescent'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'context_dtor'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'set_busid'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'irq_handler'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'irq_preinstall'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'irq_postinstall'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'irq_uninstall'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'debugfs_init'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'debugfs_cleanup'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_open_object'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_close_object'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_create_object'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'prime_handle_to_fd'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'prime_fd_to_handle'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_export'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_import'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_pin'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_unpin'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_res_obj'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_get_sg_table'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_import_sg_table'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_vmap'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_vunmap'
>>    include/drm/drm_drv.h:407: warning: No description found for parameter 
>> 'gem_prime_mmap'
>>    include/drm/drm_drv.h:407: warning: No