Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752175AbbGOKZp (ORCPT ); Wed, 15 Jul 2015 06:25:45 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:36652 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847AbbGOKZo (ORCPT ); Wed, 15 Jul 2015 06:25:44 -0400 From: Masanari Iida To: linux-kernel@vger.kernel.org, airlied@linux.ie, dri-devel@lists.freedesktop.org, trivial@kernel.org Cc: Masanari Iida Subject: [PATCH] drm: Fix warning with make xmldocs caused by drm_irq.c Date: Wed, 15 Jul 2015 19:25:42 +0900 Message-Id: <1436955942-28304-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.5.0.rc2.13.g961abca Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1160 Lines: 33 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 --- 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/