From: Geliang Tang Date: Thu, 17 Sep 2015 06:25:22 +0000 (-0700) Subject: drm: fix kernel-doc warnings in drm_crtc.h X-Git-Tag: v4.9.8~3206^2~34^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e7d49446b5964d2866ea1912cc9f65ab33ed76f;p=platform%2Fkernel%2Flinux-rpi3.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 Signed-off-by: Daniel Vetter --- diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index c0366e9..6566f72 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 */