Skip to content

Commit 164e327

Browse files
Jonathan Corbetjwrdegoede
authored andcommitted
docs: ABI: fix documentation warning in sysfs-driver-mlxreg-io
The use of a Sphinx list within this ABI file caused the following warning: Documentation/ABI/stable/sysfs-driver-mlxreg-io:230: WARNING: Unexpected indentation. Documentation/ABI/stable/sysfs-driver-mlxreg-io:230: WARNING: Block quote ends without a blank line; unexpected unindent. Remove the bullets to make the warning go away and get proper formatting. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent b8d4d35 commit 164e327

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

Documentation/ABI/stable/sysfs-driver-mlxreg-io

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -231,16 +231,19 @@ Date: October 2021
231231
KernelVersion: 5.16
232232
Contact: Vadim Pasternak <vadimp@nvidia.com>
233233
Description: The files represent BIOS statuses:
234-
- bios_active_image: location of current active BIOS image:
235-
0: Top, 1: Bottom.
236-
The reported value should correspond to value expected by OS
237-
in case of BIOS safe mode is 0. This bit is related to Intel
238-
top-swap feature of DualBios on the same flash.
239-
- bios_auth_fail: BIOS upgrade is failed because provided BIOS
240-
image is not signed correctly.
241-
- bios_upgrade_fail: BIOS upgrade is failed by some other
242-
reason not because authentication. For example due to
243-
physical SPI flash problem.
234+
235+
bios_active_image: location of current active BIOS image:
236+
0: Top, 1: Bottom.
237+
The reported value should correspond to value expected by OS
238+
in case of BIOS safe mode is 0. This bit is related to Intel
239+
top-swap feature of DualBios on the same flash.
240+
241+
bios_auth_fail: BIOS upgrade is failed because provided BIOS
242+
image is not signed correctly.
243+
244+
bios_upgrade_fail: BIOS upgrade is failed by some other
245+
reason not because authentication. For example due to
246+
physical SPI flash problem.
244247

245248
The files are read only.
246249

0 commit comments

Comments
 (0)