Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1230000
| From | Daniel Vetter <daniel@ffwll.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h |
| Date | 2015-09-22 11:30 +0200 |
| Message-ID | <qbs3F-1ei-21@gated-at.bofh.it> (permalink) |
| References | <q9BE6-4IO-23@gated-at.bofh.it> <q9CTv-6sU-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <geliangtang@163.com>
Applied to drm-misc, thanks.
-Daniel
> ---
> 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
>
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
--
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 | Next — Previous in thread | Find similar | Unroll 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