From: Geliang Tang <geliangtang@163.com>
Date: Thu, 17 Sep 2015 06:25:22 +0000 (-0700)
Subject: drm: fix kernel-doc warnings in drm_crtc.h
X-Git-Tag: firefly_0821_release~176^2~721^2~34^2~17
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e7d49446b5964d2866ea1912cc9f65ab33ed76f;p=firefly-linux-kernel-4.4.55.git

drm: fix kernel-doc warnings in drm_crtc.h

Fix the following 'make htmldocs' warning:

  .//include/drm/drm_crtc.h:929: warning: Excess struct/union/enum/typedef member 'base' description in 'drm_bridge'

Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---

diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index c0366e9152e2..6566f72fc505 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -911,7 +911,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
  */