Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1184674 > unrolled thread

[PATCH] drm: Fix warning with make xmldocs caused by drm_irq.c

Started byMasanari Iida <standby24x7@gmail.com>
First post2015-07-15 12:30 +0200
Last post2015-07-15 14:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] drm: Fix warning with make xmldocs caused by drm_irq.c Masanari Iida <standby24x7@gmail.com> - 2015-07-15 12:30 +0200
    Re: [PATCH] drm: Fix warning with make xmldocs caused by drm_irq.c Daniel Vetter <daniel@ffwll.ch> - 2015-07-15 14:20 +0200

#1184674 — [PATCH] drm: Fix warning with make xmldocs caused by drm_irq.c

FromMasanari Iida <standby24x7@gmail.com>
Date2015-07-15 12:30 +0200
Subject[PATCH] drm: Fix warning with make xmldocs caused by drm_irq.c
Message-ID<pMs6R-4Gg-1@gated-at.bofh.it>
This patch fix following warnings.

Warning(.//drivers/gpu/drm/drm_irq.c:1279): No description
found for parameter drm_crtc'
Warning(.//drivers/gpu/drm/drm_irq.c:1279): Excess function
parameter 'crtc' description in 'drm_crtc_vblank_reset'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/gpu/drm/drm_irq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c
index f9cc68f..9fd784b 100644
--- a/drivers/gpu/drm/drm_irq.c
+++ b/drivers/gpu/drm/drm_irq.c
@@ -1267,7 +1267,7 @@ EXPORT_SYMBOL(drm_crtc_vblank_off);
 
 /**
  * drm_crtc_vblank_reset - reset vblank state to off on a CRTC
- * @crtc: CRTC in question
+ * @drm_crtc: CRTC in question
  *
  * Drivers can use this function to reset the vblank state to off at load time.
  * Drivers should use this together with the drm_crtc_vblank_off() and
-- 
2.5.0.rc2.13.g961abca

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1184741

FromDaniel Vetter <daniel@ffwll.ch>
Date2015-07-15 14:20 +0200
Message-ID<pMtPk-7dE-29@gated-at.bofh.it>
In reply to#1184674
On Wed, Jul 15, 2015 at 07:25:42PM +0900, Masanari Iida wrote:
> This patch fix following warnings.
> 
> Warning(.//drivers/gpu/drm/drm_irq.c:1279): No description
> found for parameter drm_crtc'
> Warning(.//drivers/gpu/drm/drm_irq.c:1279): Excess function
> parameter 'crtc' description in 'drm_crtc_vblank_reset'
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied to drm-misc, thanks.
-Daniel

> ---
>  drivers/gpu/drm/drm_irq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c
> index f9cc68f..9fd784b 100644
> --- a/drivers/gpu/drm/drm_irq.c
> +++ b/drivers/gpu/drm/drm_irq.c
> @@ -1267,7 +1267,7 @@ EXPORT_SYMBOL(drm_crtc_vblank_off);
>  
>  /**
>   * drm_crtc_vblank_reset - reset vblank state to off on a CRTC
> - * @crtc: CRTC in question
> + * @drm_crtc: CRTC in question
>   *
>   * Drivers can use this function to reset the vblank state to off at load time.
>   * Drivers should use this together with the drm_crtc_vblank_off() and
> -- 
> 2.5.0.rc2.13.g961abca
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web