intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Ander Conselvan De Oliveira <conselvan2@gmail.com>
To: kbuild test robot <lkp@intel.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>,
	intel-gfx@lists.freedesktop.org, kbuild-all@01.org
Subject: Re: [PATCH] drm/i915: Fix intel_psr_init() kerneldoc
Date: Wed, 30 Nov 2016 10:36:47 +0200	[thread overview]
Message-ID: <1480495007.3565.2.camel@gmail.com> (raw)
In-Reply-To: <201611300943.qvUspmDZ%fengguang.wu@intel.com>

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 description found for parameter 'vgaarb_irq'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'gem_vm_ops'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'major'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'minor'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'patchlevel'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'name'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'desc'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'date'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'driver_features'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'dev_priv_size'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'ioctls'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'num_ioctls'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'fops'
>    include/drm/drm_drv.h:407: warning: No description found for parameter 'legacy_dev_list'
> >> drivers/gpu/drm/i915/intel_psr.c:822: warning: No description found for parameter 'dev'
> >> drivers/gpu/drm/i915/intel_psr.c:822: warning: Excess function parameter 'dev_priv' description in 'intel_psr_init'
>    drivers/gpu/drm/i915/intel_psr.c:823: warning: No description found for parameter 'dev'
>    drivers/gpu/drm/i915/intel_psr.c:823: warning: Excess function parameter 'dev_priv' description in 'intel_psr_init'

These warnings are for some wrong tree, which doesn't have the patch that
converts from dev to dev_priv in intel_psr_init()'s signature.

Ander
 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2016-11-30  8:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-23 13:48 [PATCH] drm/i915: Pass dev_priv to intel_setup_outputs() Ander Conselvan de Oliveira
2016-11-23 13:59 ` Ville Syrjälä
2016-11-23 14:21   ` [PATCH v2] " Ander Conselvan de Oliveira
2016-11-24  3:44     ` kbuild test robot
2016-11-29  9:09       ` Daniel Vetter
2016-11-29 11:48         ` [PATCH] drm/i915: Fix intel_psr_init() kerneldoc Ander Conselvan de Oliveira
2016-11-30  1:29           ` kbuild test robot
2016-11-30  8:36             ` Ander Conselvan De Oliveira [this message]
2016-12-05 18:01               ` [lkp] " Ye Xiaolong
2016-12-08 11:15                 ` Ander Conselvan De Oliveira
2016-12-02  7:57           ` Conselvan De Oliveira, Ander
2016-11-23 16:46 ` ✓ Fi.CI.BAT: success for drm/i915: Pass dev_priv to intel_setup_outputs() (rev2) Patchwork
2016-11-25 15:05   ` Ander Conselvan De Oliveira
2016-11-29 14:53 ` ✓ Fi.CI.BAT: success for drm/i915: Pass dev_priv to intel_setup_outputs() (rev3) Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480495007.3565.2.camel@gmail.com \
    --to=conselvan2@gmail.com \
    --cc=daniel.vetter@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=kbuild-all@01.org \
    --cc=lkp@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).