Skip to content

Commit

Permalink
Documentation: qat: fix auto_reset section
Browse files Browse the repository at this point in the history
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: f5419a4 ("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]>
(cherry picked from commit 2ecd434 linux-next)
Signed-off-by: Thibault Ferrante <[email protected]>
Signed-off-by: Andrea Righi <[email protected]>
  • Loading branch information
gcabiddu authored and Andrea Righi committed Apr 4, 2024
1 parent 5fd7cc8 commit 9c85bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/ABI/testing/sysfs-driver-qat
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c85bd8

Please sign in to comment.