All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Fix warning with make xmldocs caused by drm_crtc.h
@ 2015-03-01  6:07 Masanari Iida
  0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2015-03-01  6:07 UTC (permalink / raw)
  To: airlied, linux-kernel, dri-devel; +Cc: Masanari Iida

This patch fix following warning while make xmldocs.

Warning(.//include/drm/drm_crtc.h:1016): Excess struct/union/enum/typedef
member 'num_bridges' description in 'drm_mode_group'

Signed-off-by: Masanari Iida <standby24x7@gmail.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 920e21a..8a4a2d0b 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -997,7 +997,6 @@ struct drm_mode_config_funcs {
  * @num_crtcs: CRTC count
  * @num_encoders: encoder count
  * @num_connectors: connector count
- * @num_bridges: bridge count
  * @id_list: list of KMS object IDs in this group
  *
  * Currently this simply tracks the global mode setting state.  But in the
-- 
2.3.1.167.g7f4ba4b


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-01  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-01  6:07 [PATCH] drm: Fix warning with make xmldocs caused by drm_crtc.h Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.