diff options
author | Justin Ernst <justin.ernst@hpe.com> | 2021-02-19 19:28:52 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-03-06 12:28:35 +0100 |
commit | e93d757c3f33c8a09f4aae579da4dc4500707471 (patch) | |
tree | d4e3fe761db26194af7b555d560edf6484589011 | |
parent | Linux 5.12-rc2 (diff) | |
download | linux-e93d757c3f33c8a09f4aae579da4dc4500707471.tar.xz linux-e93d757c3f33c8a09f4aae579da4dc4500707471.zip |
x86/platform/uv: Fix indentation warning in Documentation/ABI/testing/sysfs-firmware-sgi_uv
Commit
c9624cb7db1c ("x86/platform/uv: Update sysfs documentation")
misplaced the first line of a codeblock section, causing the reported
warning message:
Documentation/ABI/testing/sysfs-firmware-sgi_uv:2: WARNING: Unexpected indentation.
Move the misplaced line below the required blank line to remove the
warning message.
Fixes: c9624cb7db1c ("x86/platform/uv: Update sysfs documentation")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Justin Ernst <justin.ernst@hpe.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Mike Travis <mike.travis@hpe.com>
Link: https://lkml.kernel.org/r/20210219182852.385297-1-justin.ernst@hpe.com
-rw-r--r-- | Documentation/ABI/testing/sysfs-firmware-sgi_uv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-firmware-sgi_uv b/Documentation/ABI/testing/sysfs-firmware-sgi_uv index 637c668cbe45..12ed843e1d3e 100644 --- a/Documentation/ABI/testing/sysfs-firmware-sgi_uv +++ b/Documentation/ABI/testing/sysfs-firmware-sgi_uv @@ -39,8 +39,8 @@ Description: The uv_type entry contains the hub revision number. This value can be used to identify the UV system version:: - "0.*" = Hubless UV ('*' is subtype) + "0.*" = Hubless UV ('*' is subtype) "3.0" = UV2 "5.0" = UV3 "7.0" = UV4 |