Documentation: qat: fix auto_reset section

BugLink: https://bugs.launchpad.net/bugs/2056354

Remove unneeded colon in the auto_reset section.

This resolves the following errors when building the documentation:

    Documentation/ABI/testing/sysfs-driver-qat:146: ERROR: Unexpected indentation.
    Documentation/ABI/testing/sysfs-driver-qat:146: WARNING: Block quote ends without a blank line; unexpected unindent.

Fixes: f5419a4239af ("crypto: qat - add auto reset on error")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-kernel/20240212144830.70495d07@canb.auug.org.au/T/
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit 2ecd43413d7668d67b9b8a56f882aa1ea12b8a62 linux-next)
Signed-off-by: Thibault Ferrante <thibault.ferrante@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Giovanni Cabiddu
2024-03-07 23:05:51 +01:00
committed by Andrea Righi
parent 5fd7cc8c50
commit 9c85bd8126
+1 -1
View File
@@ -153,7 +153,7 @@ Description: (RW) Reports the current state of the autoreset feature
Device auto reset is disabled by default.
The values are::
The values are:
* 1/Yy/on: auto reset enabled. If the device encounters an
unrecoverable error, it will be reset automatically.