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
linaro-mm-sig@lists.linaro.org