Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e7d4944 authored by Geliang Tang's avatar Geliang Tang Committed by Daniel Vetter
Browse files

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: default avatarGeliang Tang <geliangtang@163.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 4127838c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
 */