[PATCH] [linux-next] drm/irq: Fix warning while make xmldocs caused by drm_irq.c
Masanari Iida
standby24x7 at gmail.com
Thu May 21 17:19:55 PDT 2015
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 at 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
More information about the dri-devel
mailing list