All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [linux-next] drm/irq: Fix warning while make xmldocs caused by drm_irq.c
@ 2015-05-22  0:19 Masanari Iida
  0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2015-05-22  0:19 UTC (permalink / raw)
  To: linux-kernel, airlied, dri-devel; +Cc: Masanari Iida

This patch fix following warnings while "make xmldocs"

Warning(.//drivers/gpu/drm/drm_irq.c:1276): No description found
for parameter 'drm_crtc'
Warning(.//drivers/gpu/drm/drm_irq.c:1276): 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 1967e7f..d82d84c 100644
--- a/drivers/gpu/drm/drm_irq.c
+++ b/drivers/gpu/drm/drm_irq.c
@@ -1264,7 +1264,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.4.0.53.g8440f74


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-22  0:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-22  0:19 [PATCH] [linux-next] drm/irq: Fix warning while make xmldocs caused by drm_irq.c Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.