aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Cabiddu <[email protected]>2024-02-12 13:05:09 +0000
committerHerbert Xu <[email protected]>2024-02-24 08:41:19 +0800
commit2ecd43413d7668d67b9b8a56f882aa1ea12b8a62 (patch)
tree91f248436fb8ffcce632de9e08f34770eb3d27aa
parent7d42e097607c4d246d99225bf2b195b6167a210c (diff)
Documentation: qat: fix auto_reset section
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 <[email protected]> Closes: https://lore.kernel.org/linux-kernel/[email protected]/T/ Signed-off-by: Giovanni Cabiddu <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r--Documentation/ABI/testing/sysfs-driver-qat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-qat b/Documentation/ABI/testing/sysfs-driver-qat
index 6778f1fea874..96020fb051c3 100644
--- a/Documentation/ABI/testing/sysfs-driver-qat
+++ b/Documentation/ABI/testing/sysfs-driver-qat
@@ -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.