summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/debugfs-turris-mox-rwtm
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-10-30 10:40:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-30 15:12:39 +0300
commit002a9c2f99c77677635d2ab2e906fc6ba3f7ab67 (patch)
tree11175e7a942d64c44dd51cce03c36246b49aa2c2 /Documentation/ABI/testing/debugfs-turris-mox-rwtm
parentb1faa368bb202649259fd8afed78bcc31e58e293 (diff)
downloadlinux-002a9c2f99c77677635d2ab2e906fc6ba3f7ab67.tar.xz
docs: ABI: fix syntax to be parsed using ReST notation
There are a number of new changes at the ABI files that cause them to produce warnings when generating ABI output. Fix them. Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/55a89f423cf122982c462d257722e44d6ece4b36.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI/testing/debugfs-turris-mox-rwtm')
-rw-r--r--Documentation/ABI/testing/debugfs-turris-mox-rwtm6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/debugfs-turris-mox-rwtm b/Documentation/ABI/testing/debugfs-turris-mox-rwtm
index 2b3255ee68fd..c8f7dadd591c 100644
--- a/Documentation/ABI/testing/debugfs-turris-mox-rwtm
+++ b/Documentation/ABI/testing/debugfs-turris-mox-rwtm
@@ -2,8 +2,10 @@ What: /sys/kernel/debug/turris-mox-rwtm/do_sign
Date: Jun 2020
KernelVersion: 5.8
Contact: Marek BehĂșn <marek.behun@nic.cz>
-Description: (W) Message to sign with the ECDSA private key stored in
+Description: (W)
+ Message to sign with the ECDSA private key stored in
device's OTP. The message must be exactly 64 bytes (since
this is intended for SHA-512 hashes).
- (R) The resulting signature, 136 bytes. This contains the R and
+ (R)
+ The resulting signature, 136 bytes. This contains the R and
S values of the ECDSA signature, both in big-endian format.