2023-06-06 13:40:42

by Bagas Sanjaya

[permalink] [raw]
Subject: [PATCH] Documentation: uacce: Add doc title

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 <[email protected]>
---
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
--
An old man doll... just what I always wanted! - Clara



2023-06-07 14:47:40

by zhangfei

[permalink] [raw]
Subject: Re: [PATCH] Documentation: uacce: Add doc title


在 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 <[email protected]>


Thanks Bagas

Acked-by: Zhangfei Gao <[email protected]>


./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