[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1438165427-6491-1-git-send-email-standby24x7@gmail.com>
Date: Wed, 29 Jul 2015 19:23:47 +0900
From: Masanari Iida <standby24x7@...il.com>
To: airlied@...ux.ie, linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org, akpm@...ux-foundation.org
Cc: Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] [linux-next] drm:bridge: Fix warning while make xmldocs caused by drm_crtc.h
This patch fix following warning while make xmldocs.
.//include/drm/drm_crtc.h:933: warning: Excess struct/union/enum/typedef
member 'base' description in 'drm_bridge'
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
include/drm/drm_crtc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 5746569..382c10a 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -915,7 +915,6 @@ struct drm_bridge_funcs {
* @next: the next bridge in the encoder chain
* @of_node: device node pointer to the bridge
* @list: to keep track of all added bridges
- * @base: base mode object
* @funcs: control functions
* @driver_private: pointer to the bridge driver's internal context
*/
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists