Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1226750

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

From Geliang Tang <geliangtang@163.com>
Newsgroups linux.kernel
Subject [PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h
Date 2015-09-17 10:40 +0200
Message-ID <q9CTv-6sU-1@gated-at.bofh.it> (permalink)
References <q9BE6-4IO-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 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 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
  */
-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] media: dvb-core: fix kernel-doc warnings in dvbdev.h Geliang Tang <geliangtang@163.com> - 2015-09-17 09:20 +0200
  [PATCH 3/3] hsi: fix kernel-doc warnings in hsi.h Geliang Tang <geliangtang@163.com> - 2015-09-17 09:50 +0200
  [PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h Geliang Tang <geliangtang@163.com> - 2015-09-17 10:40 +0200
    Re: [PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h Daniel Vetter <daniel@ffwll.ch> - 2015-09-22 11:30 +0200

csiph-web