Documentation: uacce: Add doc title

Message ID 20230606132911.37137-2-bagasdotme@gmail.com
State New
Headers
Series Documentation: uacce: Add doc title |

Commit Message

Bagas Sanjaya June 6, 2023, 1:29 p.m. UTC
  There isn't page title on Uacce documentation, which causes all of its
sections to be listed in table of contents for miscellaneous devices as
separate titles (since there is only section headings).

Add the proper title.

Fixes: aa017ab97a223d ("uacce: Add documents for uacce")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/misc-devices/uacce.rst | 4 ++++
 1 file changed, 4 insertions(+)


base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
  

Comments

Zhangfei Gao June 7, 2023, 2:28 p.m. UTC | #1
在 2023/6/6 21:29, Bagas Sanjaya 写道:
> There isn't page title on Uacce documentation, which causes all of its
> sections to be listed in table of contents for miscellaneous devices as
> separate titles (since there is only section headings).
>
> Add the proper title.
>
> Fixes: aa017ab97a223d ("uacce: Add documents for uacce")
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>


Thanks Bagas

Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>


./scripts/checkpatch.pl reports a warning.

WARNING: Please use correct Fixes: style 'Fixes: <12 chars of sha1> 
("<title line>")' - ie: 'Fixes: aa017ab97a22 ("uacce: Add documents for 
uacce")'
#12:
Fixes: aa017ab97a223d ("uacce: Add documents for uacce")

Thanks


> ---
>   Documentation/misc-devices/uacce.rst | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/misc-devices/uacce.rst b/Documentation/misc-devices/uacce.rst
> index 1db412e9b1a380..8c536b84167cbf 100644
> --- a/Documentation/misc-devices/uacce.rst
> +++ b/Documentation/misc-devices/uacce.rst
> @@ -1,5 +1,9 @@
>   .. SPDX-License-Identifier: GPL-2.0
>   
> +========================================================
> +Unified/User-space-access-intended Accelerator Framework
> +========================================================
> +
>   Introduction of Uacce
>   ---------------------
>   
>
> base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
  

Patch

diff --git a/Documentation/misc-devices/uacce.rst b/Documentation/misc-devices/uacce.rst
index 1db412e9b1a380..8c536b84167cbf 100644
--- a/Documentation/misc-devices/uacce.rst
+++ b/Documentation/misc-devices/uacce.rst
@@ -1,5 +1,9 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 
+========================================================
+Unified/User-space-access-intended Accelerator Framework
+========================================================
+
 Introduction of Uacce
 ---------------------