Commit c5547574 authored by Hans de Goede's avatar Hans de Goede

Documentation/ABI: sysfs-driver-intel_sdsi: Fix sphinx warnings

Fix the following warnings from "make htmldocs":

Documentation/ABI/testing/sysfs-driver-intel_sdsi:2:
  WARNING: Unexpected indentation.
  WARNING: Block quote ends without a blank line; unexpected unindent.
  WARNING: Definition list ends without a blank line; unexpected unindent.

By turning the error-code table into a proper ReST table. While at it
also fix the error-code table mixing tab and spaces for indentation
(switch to all tabs).
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220324164737.21765-2-hdegoede@redhat.com
parent 3f2a3c79
...@@ -13,8 +13,9 @@ Description: ...@@ -13,8 +13,9 @@ Description:
Should the operation fail, one of the following error codes Should the operation fail, one of the following error codes
may be returned: may be returned:
========== =====
Error Code Cause Error Code Cause
---------- ----- ========== =====
EIO General mailbox failure. Log may indicate cause. EIO General mailbox failure. Log may indicate cause.
EBUSY Mailbox is owned by another agent. EBUSY Mailbox is owned by another agent.
EPERM SDSI capability is not enabled in hardware. EPERM SDSI capability is not enabled in hardware.
...@@ -24,6 +25,7 @@ Description: ...@@ -24,6 +25,7 @@ Description:
exceeds what may be written. exceeds what may be written.
ESPIPE Seeking is not allowed. ESPIPE Seeking is not allowed.
ETIMEDOUT Failure to complete mailbox transaction in time. ETIMEDOUT Failure to complete mailbox transaction in time.
========== =====
What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X/guid What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X/guid
Date: Feb 2022 Date: Feb 2022
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment