* [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning
@ 2025-10-15 18:34 Kriish Sharma
2025-10-15 21:15 ` Randy Dunlap
2025-10-16 0:01 ` Bagas Sanjaya
0 siblings, 2 replies; 4+ messages in thread
From: Kriish Sharma @ 2025-10-15 18:34 UTC (permalink / raw)
To: sumit.semwal, benjamin.gaignard, Brian.Starkey, jstultz,
tjmercier, corbet
Cc: linux-media, dri-devel, linaro-mm-sig, linux-doc, linux-kernel,
Kriish Sharma
Fix the following warning encountered when running `make htmldocs`:
Documentation/userspace-api/dma-buf-heaps.rst:29: WARNING: Block quote ends without a blank line; unexpected unindent
Added a blank line before the "Naming Convention" heading to comply with reST
Fixes: 1fdbb3ff1233 ("Add linux-next specific files for 20251015")
Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
---
Documentation/userspace-api/dma-buf-heaps.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/userspace-api/dma-buf-heaps.rst b/Documentation/userspace-api/dma-buf-heaps.rst
index a0979440d2a4..c0035dc257e0 100644
--- a/Documentation/userspace-api/dma-buf-heaps.rst
+++ b/Documentation/userspace-api/dma-buf-heaps.rst
@@ -26,6 +26,7 @@ following heaps:
``DMABUF_HEAPS_CMA_LEGACY`` Kconfig option is set, a duplicate node is
created following legacy naming conventions; the legacy name might be
``reserved``, ``linux,cma``, or ``default-pool``.
+
Naming Convention
=================
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning
2025-10-15 18:34 [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning Kriish Sharma
@ 2025-10-15 21:15 ` Randy Dunlap
2025-10-16 0:01 ` Bagas Sanjaya
1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2025-10-15 21:15 UTC (permalink / raw)
To: Kriish Sharma, sumit.semwal, benjamin.gaignard, Brian.Starkey,
jstultz, tjmercier, corbet
Cc: linux-media, dri-devel, linaro-mm-sig, linux-doc, linux-kernel
On 10/15/25 11:34 AM, Kriish Sharma wrote:
> Fix the following warning encountered when running `make htmldocs`:
>
> Documentation/userspace-api/dma-buf-heaps.rst:29: WARNING: Block quote ends without a blank line; unexpected unindent
>
> Added a blank line before the "Naming Convention" heading to comply with reST
>
> Fixes: 1fdbb3ff1233 ("Add linux-next specific files for 20251015")
> Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/userspace-api/dma-buf-heaps.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/userspace-api/dma-buf-heaps.rst b/Documentation/userspace-api/dma-buf-heaps.rst
> index a0979440d2a4..c0035dc257e0 100644
> --- a/Documentation/userspace-api/dma-buf-heaps.rst
> +++ b/Documentation/userspace-api/dma-buf-heaps.rst
> @@ -26,6 +26,7 @@ following heaps:
> ``DMABUF_HEAPS_CMA_LEGACY`` Kconfig option is set, a duplicate node is
> created following legacy naming conventions; the legacy name might be
> ``reserved``, ``linux,cma``, or ``default-pool``.
> +
> Naming Convention
> =================
>
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning
2025-10-15 18:34 [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning Kriish Sharma
2025-10-15 21:15 ` Randy Dunlap
@ 2025-10-16 0:01 ` Bagas Sanjaya
2025-10-16 2:15 ` Kriish Sharma
1 sibling, 1 reply; 4+ messages in thread
From: Bagas Sanjaya @ 2025-10-16 0:01 UTC (permalink / raw)
To: Kriish Sharma, sumit.semwal, benjamin.gaignard, Brian.Starkey,
jstultz, tjmercier, corbet
Cc: linux-media, dri-devel, linaro-mm-sig, linux-doc, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 331 bytes --]
On Wed, Oct 15, 2025 at 06:34:02PM +0000, Kriish Sharma wrote:
> Fixes: 1fdbb3ff1233 ("Add linux-next specific files for 20251015")
The correct blamed fixes should've been:
Fixes: 507211e3c7a1 ("Documentation: dma-buf: heaps: Add naming guidelines")
Thanks.
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning
2025-10-16 0:01 ` Bagas Sanjaya
@ 2025-10-16 2:15 ` Kriish Sharma
0 siblings, 0 replies; 4+ messages in thread
From: Kriish Sharma @ 2025-10-16 2:15 UTC (permalink / raw)
To: Bagas Sanjaya
Cc: sumit.semwal, benjamin.gaignard, Brian.Starkey, jstultz,
tjmercier, corbet, linux-media, dri-devel, linaro-mm-sig,
linux-doc, linux-kernel
Thanks for the review, Bagas.
I've sent a v2 with the corrected Fixes tag as you suggested:
https://lore.kernel.org/all/20251016020912.1653230-1-kriish.sharma2006@gmail.com/
Thanks,
Kriish
On Thu, Oct 16, 2025 at 5:31 AM Bagas Sanjaya <bagasdotme@gmail.com> wrote:
>
> On Wed, Oct 15, 2025 at 06:34:02PM +0000, Kriish Sharma wrote:
> > Fixes: 1fdbb3ff1233 ("Add linux-next specific files for 20251015")
>
> The correct blamed fixes should've been:
>
> Fixes: 507211e3c7a1 ("Documentation: dma-buf: heaps: Add naming guidelines")
>
> Thanks.
>
> --
> An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-16 2:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 18:34 [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning Kriish Sharma
2025-10-15 21:15 ` Randy Dunlap
2025-10-16 0:01 ` Bagas Sanjaya
2025-10-16 2:15 ` Kriish Sharma
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).