diff mbox

[8/8] drm/doc: Fixup drm_irq kerneldoc includes.

Message ID 1411480014-10138-9-git-send-email-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Sept. 23, 2014, 1:46 p.m. UTC
Only !P can be used together with a function list.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 Documentation/DocBook/drm.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Herrmann Sept. 23, 2014, 2:22 p.m. UTC | #1
Hi

On Tue, Sep 23, 2014 at 3:46 PM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> Only !P can be used together with a function list.

You say !P, but you use !F?

Thanks
David

> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  Documentation/DocBook/drm.tmpl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
> index ca44d9fe7d7d..be35bc328b77 100644
> --- a/Documentation/DocBook/drm.tmpl
> +++ b/Documentation/DocBook/drm.tmpl
> @@ -3406,7 +3406,7 @@ void (*disable_vblank) (struct drm_device *dev, int crtc);</synopsis>
>      <sect2>
>        <title>Vertical Blanking and Interrupt Handling Functions Reference</title>
>  !Edrivers/gpu/drm/drm_irq.c
> -!Iinclude/drm/drmP.h drm_crtc_vblank_waitqueue
> +!Finclude/drm/drmP.h drm_crtc_vblank_waitqueue
>      </sect2>
>    </sect1>
>
> --
> 2.1.0
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
Daniel Vetter Sept. 23, 2014, 2:25 p.m. UTC | #2
On Tue, Sep 23, 2014 at 04:22:55PM +0200, David Herrmann wrote:
> Hi
> 
> On Tue, Sep 23, 2014 at 3:46 PM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> > Only !P can be used together with a function list.
> 
> You say !P, but you use !F?

Oops yeah this should read !F. !P is for including DOC: sections, dunno
why I've fumbled this.
-Daniel

> 
> Thanks
> David
> 
> > Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > ---
> >  Documentation/DocBook/drm.tmpl | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
> > index ca44d9fe7d7d..be35bc328b77 100644
> > --- a/Documentation/DocBook/drm.tmpl
> > +++ b/Documentation/DocBook/drm.tmpl
> > @@ -3406,7 +3406,7 @@ void (*disable_vblank) (struct drm_device *dev, int crtc);</synopsis>
> >      <sect2>
> >        <title>Vertical Blanking and Interrupt Handling Functions Reference</title>
> >  !Edrivers/gpu/drm/drm_irq.c
> > -!Iinclude/drm/drmP.h drm_crtc_vblank_waitqueue
> > +!Finclude/drm/drmP.h drm_crtc_vblank_waitqueue
> >      </sect2>
> >    </sect1>
> >
> > --
> > 2.1.0
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/dri-devel
diff mbox

Patch

diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index ca44d9fe7d7d..be35bc328b77 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -3406,7 +3406,7 @@  void (*disable_vblank) (struct drm_device *dev, int crtc);</synopsis>
     <sect2>
       <title>Vertical Blanking and Interrupt Handling Functions Reference</title>
 !Edrivers/gpu/drm/drm_irq.c
-!Iinclude/drm/drmP.h drm_crtc_vblank_waitqueue
+!Finclude/drm/drmP.h drm_crtc_vblank_waitqueue
     </sect2>
   </sect1>