On Wed, 01 Jun 2016, Daniel Vetter <daniel.vetter at ffwll.ch> wrote: > We need to get folks to run > > $ make htmldocs > > more often and actually check the output. With the fancy new sphinx > stuff there's hopefully no more excuses.
I think we should make kernel-doc return non-zero exit code if you specify a function or doc section with -function and it's not found. This should be a build stopping error, not a warning. BR, Jani. > > Fixes: 286dbb8d5d80 ("drm/atomic: Rename async parameter to nonblocking.") > Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com> > Signed-off-by: Daniel Vetter <daniel.vetter at intel.com> > --- > Documentation/DocBook/gpu.tmpl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/DocBook/gpu.tmpl b/Documentation/DocBook/gpu.tmpl > index cb130514cedf..053cc1f46af9 100644 > --- a/Documentation/DocBook/gpu.tmpl > +++ b/Documentation/DocBook/gpu.tmpl > @@ -1570,7 +1570,7 @@ void intel_crt_init(struct drm_device *dev) > </sect3> > <sect3> > <title>Implementing Asynchronous Atomic Commit</title> > -!Pdrivers/gpu/drm/drm_atomic_helper.c implementing async commit > +!Pdrivers/gpu/drm/drm_atomic_helper.c implementing nonblocking commit > </sect3> > <sect3> > <title>Atomic State Reset and Initialization</title> -- Jani Nikula, Intel Open Source Technology Center