[PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h

2015-09-22 Thread Daniel Vetter
On Wed, Sep 16, 2015 at 11:25:22PM -0700, Geliang Tang wrote: > 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 Applied to drm-misc, thanks. -Da

[PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h

2015-09-16 Thread Geliang Tang
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 --- include/drm/drm_crtc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/drm/drm_crtc.h b/inc