linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dma-buf.rst: repair length of title underline
@ 2020-08-09  6:17 Lukas Bulwahn
  2020-08-10 11:25 ` Christian König
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2020-08-09  6:17 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: linux-media, linaro-mm-sig, dri-devel, linux-rdma, amd-gfx,
	intel-gfx, linux-doc, linux-kernel, Sumit Semwal,
	Christian König, Jonathan Corbet, Lukas Bulwahn

With commit 72b6ede73623 ("dma-buf.rst: Document why indefinite fences are
a bad idea"), document generation warns:

  Documentation/driver-api/dma-buf.rst:182: \
  WARNING: Title underline too short.

Repair length of title underline to remove warning.

Fixes: 72b6ede73623 ("dma-buf.rst: Document why indefinite fences are a bad idea")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Daniel, please pick this minor non-urgent fix to your new documentation.

 Documentation/driver-api/dma-buf.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst
index 100bfd227265..13ea0cc0a3fa 100644
--- a/Documentation/driver-api/dma-buf.rst
+++ b/Documentation/driver-api/dma-buf.rst
@@ -179,7 +179,7 @@ DMA Fence uABI/Sync File
    :internal:
 
 Indefinite DMA Fences
-~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~
 
 At various times &dma_fence with an indefinite time until dma_fence_wait()
 finishes have been proposed. Examples include:
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dma-buf.rst: repair length of title underline
  2020-08-09  6:17 [PATCH] dma-buf.rst: repair length of title underline Lukas Bulwahn
@ 2020-08-10 11:25 ` Christian König
  2020-08-10 13:06   ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Christian König @ 2020-08-10 11:25 UTC (permalink / raw)
  To: Lukas Bulwahn, Daniel Vetter
  Cc: linux-doc, linux-rdma, intel-gfx, Jonathan Corbet, linux-kernel,
	amd-gfx, Christian König, linaro-mm-sig, dri-devel,
	Sumit Semwal, linux-media

Am 09.08.20 um 08:17 schrieb Lukas Bulwahn:
> With commit 72b6ede73623 ("dma-buf.rst: Document why indefinite fences are
> a bad idea"), document generation warns:
>
>    Documentation/driver-api/dma-buf.rst:182: \
>    WARNING: Title underline too short.
>
> Repair length of title underline to remove warning.
>
> Fixes: 72b6ede73623 ("dma-buf.rst: Document why indefinite fences are a bad idea")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Christian König <christian.koenig@amd.com>

Should I pick it up into drm-misc-next?

> ---
> Daniel, please pick this minor non-urgent fix to your new documentation.
>
>   Documentation/driver-api/dma-buf.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst
> index 100bfd227265..13ea0cc0a3fa 100644
> --- a/Documentation/driver-api/dma-buf.rst
> +++ b/Documentation/driver-api/dma-buf.rst
> @@ -179,7 +179,7 @@ DMA Fence uABI/Sync File
>      :internal:
>   
>   Indefinite DMA Fences
> -~~~~~~~~~~~~~~~~~~~~
> +~~~~~~~~~~~~~~~~~~~~~
>   
>   At various times &dma_fence with an indefinite time until dma_fence_wait()
>   finishes have been proposed. Examples include:


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dma-buf.rst: repair length of title underline
  2020-08-10 11:25 ` Christian König
@ 2020-08-10 13:06   ` Daniel Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2020-08-10 13:06 UTC (permalink / raw)
  To: christian.koenig
  Cc: Lukas Bulwahn, Daniel Vetter, linux-doc, linux-rdma, intel-gfx,
	Jonathan Corbet, linux-kernel, amd-gfx, linaro-mm-sig, dri-devel,
	Sumit Semwal, linux-media

On Mon, Aug 10, 2020 at 01:25:40PM +0200, Christian König wrote:
> Am 09.08.20 um 08:17 schrieb Lukas Bulwahn:
> > With commit 72b6ede73623 ("dma-buf.rst: Document why indefinite fences are
> > a bad idea"), document generation warns:
> > 
> >    Documentation/driver-api/dma-buf.rst:182: \
> >    WARNING: Title underline too short.
> > 
> > Repair length of title underline to remove warning.
> > 
> > Fixes: 72b6ede73623 ("dma-buf.rst: Document why indefinite fences are a bad idea")
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> 
> Acked-by: Christian König <christian.koenig@amd.com>
> 
> Should I pick it up into drm-misc-next?

Yes please. For the future if you need to check if someone has commit
rights and can push themselves:

https://people.freedesktop.org/~seanpaul/whomisc.html

Yeah with gitlab this would all be a bit more reasonable, but we get by
meanwhile :-)

Cheers, Daniel
> 
> > ---
> > Daniel, please pick this minor non-urgent fix to your new documentation.
> > 
> >   Documentation/driver-api/dma-buf.rst | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst
> > index 100bfd227265..13ea0cc0a3fa 100644
> > --- a/Documentation/driver-api/dma-buf.rst
> > +++ b/Documentation/driver-api/dma-buf.rst
> > @@ -179,7 +179,7 @@ DMA Fence uABI/Sync File
> >      :internal:
> >   Indefinite DMA Fences
> > -~~~~~~~~~~~~~~~~~~~~
> > +~~~~~~~~~~~~~~~~~~~~~
> >   At various times &dma_fence with an indefinite time until dma_fence_wait()
> >   finishes have been proposed. Examples include:
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-10 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09  6:17 [PATCH] dma-buf.rst: repair length of title underline Lukas Bulwahn
2020-08-10 11:25 ` Christian König
2020-08-10 13:06   ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).