* [PATCH] Documentation: Fix warning in drm-kmsc-helpers.rst
@ 2019-10-07 15:19 Sean Paul
2019-10-09 16:13 ` Daniel Vetter
0 siblings, 1 reply; 3+ messages in thread
From: Sean Paul @ 2019-10-07 15:19 UTC (permalink / raw)
To: dri-devel
Cc: Sean Paul, Ville Syrjälä, Daniel Vetter,
Maarten Lankhorst, Maxime Ripard, Sean Paul, David Airlie,
Daniel Vetter, linux-doc
From: Sean Paul <seanpaul@chromium.org>
Fixes the following warning:
../include/drm/drm_atomic_state_helper.h:1: warning: no structured comments found
Fixes: 9ef8a9dc4b21 ("drm: Extract drm_atomic_state_helper.[hc]")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
Documentation/gpu/drm-kms-helpers.rst | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst
index 3868008db8a9..9668a7fe2408 100644
--- a/Documentation/gpu/drm-kms-helpers.rst
+++ b/Documentation/gpu/drm-kms-helpers.rst
@@ -77,9 +77,6 @@ Atomic State Reset and Initialization
Atomic State Helper Reference
-----------------------------
-.. kernel-doc:: include/drm/drm_atomic_state_helper.h
- :internal:
-
.. kernel-doc:: drivers/gpu/drm/drm_atomic_state_helper.c
:export:
--
Sean Paul, Software Engineer, Google / Chromium OS
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: Fix warning in drm-kmsc-helpers.rst
2019-10-07 15:19 [PATCH] Documentation: Fix warning in drm-kmsc-helpers.rst Sean Paul
@ 2019-10-09 16:13 ` Daniel Vetter
2019-10-09 19:44 ` Sean Paul
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2019-10-09 16:13 UTC (permalink / raw)
To: Sean Paul
Cc: dri-devel, Sean Paul, Ville Syrjälä, Daniel Vetter,
Maarten Lankhorst, Maxime Ripard, David Airlie, Daniel Vetter,
linux-doc
On Mon, Oct 07, 2019 at 11:19:01AM -0400, Sean Paul wrote:
> From: Sean Paul <seanpaul@chromium.org>
>
> Fixes the following warning:
> ../include/drm/drm_atomic_state_helper.h:1: warning: no structured comments found
>
> Fixes: 9ef8a9dc4b21 ("drm: Extract drm_atomic_state_helper.[hc]")
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Cc: Daniel Vetter <daniel.vetter@intel.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Sean Paul <sean@poorly.run>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: dri-devel@lists.freedesktop.org
> Signed-off-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> ---
> Documentation/gpu/drm-kms-helpers.rst | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst
> index 3868008db8a9..9668a7fe2408 100644
> --- a/Documentation/gpu/drm-kms-helpers.rst
> +++ b/Documentation/gpu/drm-kms-helpers.rst
> @@ -77,9 +77,6 @@ Atomic State Reset and Initialization
> Atomic State Helper Reference
> -----------------------------
>
> -.. kernel-doc:: include/drm/drm_atomic_state_helper.h
> - :internal:
> -
> .. kernel-doc:: drivers/gpu/drm/drm_atomic_state_helper.c
> :export:
>
> --
> Sean Paul, Software Engineer, Google / Chromium OS
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: Fix warning in drm-kmsc-helpers.rst
2019-10-09 16:13 ` Daniel Vetter
@ 2019-10-09 19:44 ` Sean Paul
0 siblings, 0 replies; 3+ messages in thread
From: Sean Paul @ 2019-10-09 19:44 UTC (permalink / raw)
To: Daniel Vetter
Cc: Sean Paul, dri-devel, Sean Paul, Ville Syrjälä,
Daniel Vetter, Maarten Lankhorst, Maxime Ripard, David Airlie,
linux-doc
On Wed, Oct 09, 2019 at 06:13:13PM +0200, Daniel Vetter wrote:
> On Mon, Oct 07, 2019 at 11:19:01AM -0400, Sean Paul wrote:
> > From: Sean Paul <seanpaul@chromium.org>
> >
> > Fixes the following warning:
> > ../include/drm/drm_atomic_state_helper.h:1: warning: no structured comments found
> >
> > Fixes: 9ef8a9dc4b21 ("drm: Extract drm_atomic_state_helper.[hc]")
> > Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> > Cc: Daniel Vetter <daniel.vetter@intel.com>
> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Cc: Maxime Ripard <mripard@kernel.org>
> > Cc: Sean Paul <sean@poorly.run>
> > Cc: David Airlie <airlied@linux.ie>
> > Cc: Daniel Vetter <daniel@ffwll.ch>
> > Cc: dri-devel@lists.freedesktop.org
> > Signed-off-by: Sean Paul <seanpaul@chromium.org>
>
> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>
Thanks for the review, pushed to drm-misc-next (with correct file name in
subject).
Sean
> > ---
> > Documentation/gpu/drm-kms-helpers.rst | 3 ---
> > 1 file changed, 3 deletions(-)
> >
> > diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst
> > index 3868008db8a9..9668a7fe2408 100644
> > --- a/Documentation/gpu/drm-kms-helpers.rst
> > +++ b/Documentation/gpu/drm-kms-helpers.rst
> > @@ -77,9 +77,6 @@ Atomic State Reset and Initialization
> > Atomic State Helper Reference
> > -----------------------------
> >
> > -.. kernel-doc:: include/drm/drm_atomic_state_helper.h
> > - :internal:
> > -
> > .. kernel-doc:: drivers/gpu/drm/drm_atomic_state_helper.c
> > :export:
> >
> > --
> > Sean Paul, Software Engineer, Google / Chromium OS
> >
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
--
Sean Paul, Software Engineer, Google / Chromium OS
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-09 19:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07 15:19 [PATCH] Documentation: Fix warning in drm-kmsc-helpers.rst Sean Paul
2019-10-09 16:13 ` Daniel Vetter
2019-10-09 19:44 ` Sean Paul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox