Re: [PATCH next 2/3] Documentation: qat: rewrite description

From: Giovanni Cabiddu
Date: Tue Jul 12 2022 - 17:55:05 EST


On Tue, Jul 12, 2022 at 04:29:53PM +0700, Bagas Sanjaya wrote:
> The sysfs description contains redundancy on returned and allowed values
> list, due to the described sysfs is read-write. Rewrite.
>
> Cc: Adam Guerin <adam.guerin@xxxxxxxxx>
> Cc: Tomasz Kowallik <tomaszx.kowalik@xxxxxxxxx>
> Cc: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx>
> Cc: Wojciech Ziemba <wojciech.ziemba@xxxxxxxxx>
> Cc: Fiona Trahe <fiona.trahe@xxxxxxxxx>
> Cc: linux-crypto@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
> ---
> Documentation/ABI/testing/sysfs-driver-qat | 34 +++++++---------------
> 1 file changed, 11 insertions(+), 23 deletions(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-driver-qat b/Documentation/ABI/testing/sysfs-driver-qat
> index 43e081ec22cc4a..be6c200abd783c 100644
> --- a/Documentation/ABI/testing/sysfs-driver-qat
> +++ b/Documentation/ABI/testing/sysfs-driver-qat
> @@ -2,18 +2,14 @@ What: /sys/bus/pci/devices/<BDF>/qat/state
> Date: June 2022
> KernelVersion: 5.20
> Contact: qat-linux@xxxxxxxxx
> -Description: Reports the current state of the QAT device and allows to
> - change it.
> +Description: (RW) Reports the current state of the QAT device. Write to
> + the file to initalize and start the device or to stop it.
^^^^^^^^^
Typo: initalize.
It is possible just to say: "Write to the file to start or stop the
device".

Regards,

--
Giovanni