[PATCH] [linux-next] drm/irq: Fix warning while make xmldocs caused by drm_irq.c

From: Masanari Iida
Date: Thu May 21 2015 - 20:20:17 EST


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@xxxxxxxxx>
---
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

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