Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932322AbcCSRWr (ORCPT ); Sat, 19 Mar 2016 13:22:47 -0400 Received: from lists.s-osg.org ([54.187.51.154]:54891 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932158AbcCSRWm (ORCPT ); Sat, 19 Mar 2016 13:22:42 -0400 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org, Luis de Bethencourt Subject: [PATCH] drm: remove excess description Date: Sat, 19 Mar 2016 17:22:36 +0000 Message-Id: <1458408156-15990-1-git-send-email-luisbg@osg.samsung.com> X-Mailer: git-send-email 2.5.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1027 Lines: 30 Description of expected_size doesn't match any parameter of the function drm_atomic_replace_property_blob. Removing it. Signed-off-by: Luis de Bethencourt --- Hi, I noticed this while running make htmldocs. It gives the following warning: .//drivers/gpu/drm/drm_atomic.c:393: warning: Excess function parameter 'expected_size' de scription in 'drm_atomic_replace_property_blob' Thanks, Luis drivers/gpu/drm/drm_atomic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c index a2596eb..8ee1db8 100644 --- a/drivers/gpu/drm/drm_atomic.c +++ b/drivers/gpu/drm/drm_atomic.c @@ -380,7 +380,6 @@ EXPORT_SYMBOL(drm_atomic_set_mode_prop_for_crtc); * drm_atomic_replace_property_blob - replace a blob property * @blob: a pointer to the member blob to be replaced * @new_blob: the new blob to replace with - * @expected_size: the expected size of the new blob * @replaced: whether the blob has been replaced * * RETURNS: -- 2.5.1