[PATCH v2] Documentation: uacce: Add explicit title

Bagas Sanjaya posted 1 patch 3 months ago
Documentation/misc-devices/uacce.rst | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[PATCH v2] Documentation: uacce: Add explicit title
Posted by Bagas Sanjaya 3 months ago
Uacce docs' sections are listed in misc-devices toctree instead due to
lack of explicit docs title. Add it to clean up the toctree.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
Changes since v1 [1]:

  - s/acess/access/ (Randy)

[1]: https://lore.kernel.org/linux-doc/20251103025950.23159-1-bagasdotme@gmail.com/

 Documentation/misc-devices/uacce.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/misc-devices/uacce.rst b/Documentation/misc-devices/uacce.rst
index 1db412e9b1a380..5f78d413e379f4 100644
--- a/Documentation/misc-devices/uacce.rst
+++ b/Documentation/misc-devices/uacce.rst
@@ -1,7 +1,10 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-Introduction of Uacce
----------------------
+Uacce (Unified/User-space-access-intended Accelerator Framework)
+================================================================
+
+Introduction
+------------
 
 Uacce (Unified/User-space-access-intended Accelerator Framework) targets to
 provide Shared Virtual Addressing (SVA) between accelerators and processes.

base-commit: e5e7ca66a7fc6b8073c30a048e1157b88d427980
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH v2] Documentation: uacce: Add explicit title
Posted by Jonathan Corbet 3 months ago
Bagas Sanjaya <bagasdotme@gmail.com> writes:

> Uacce docs' sections are listed in misc-devices toctree instead due to
> lack of explicit docs title. Add it to clean up the toctree.
>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> Tested-by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
> Changes since v1 [1]:
>
>   - s/acess/access/ (Randy)
>
> [1]: https://lore.kernel.org/linux-doc/20251103025950.23159-1-bagasdotme@gmail.com/
>
>  Documentation/misc-devices/uacce.rst | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/misc-devices/uacce.rst b/Documentation/misc-devices/uacce.rst
> index 1db412e9b1a380..5f78d413e379f4 100644
> --- a/Documentation/misc-devices/uacce.rst
> +++ b/Documentation/misc-devices/uacce.rst
> @@ -1,7 +1,10 @@
>  .. SPDX-License-Identifier: GPL-2.0
>  
> -Introduction of Uacce
> ----------------------
> +Uacce (Unified/User-space-access-intended Accelerator Framework)
> +================================================================
> +
> +Introduction
> +------------
>  
Applied, thanks.

jon