Commit 164e3271 authored by Jonathan Corbet's avatar Jonathan Corbet Committed by Hans de Goede
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent b8d4d350
Loading
Loading
Loading
Loading
+13 −10
Original line number Diff line number Diff line
@@ -231,14 +231,17 @@ Date: October 2021
KernelVersion:	5.16
Contact:	Vadim Pasternak <vadimp@nvidia.com>
Description:	The files represent BIOS statuses:
		- bios_active_image: location of current active BIOS image:

		bios_active_image: location of current active BIOS image:
		0: Top, 1: Bottom.
		The reported value should correspond to value expected by OS
		in case of BIOS safe mode is 0. This bit is related to Intel
		top-swap feature of DualBios on the same flash.
		- bios_auth_fail: BIOS upgrade is failed because provided BIOS

		bios_auth_fail: BIOS upgrade is failed because provided BIOS
		image is not signed correctly.
		- bios_upgrade_fail: BIOS upgrade is failed by some other

		bios_upgrade_fail: BIOS upgrade is failed by some other
		reason not because authentication. For example due to
		physical SPI flash problem.