x86/platform/uv: Fix indentation warning in Documentation/ABI/testing/sysfs-firmware...
authorJustin Ernst <justin.ernst@hpe.com>
Fri, 19 Feb 2021 18:28:52 +0000 (12:28 -0600)
committerBorislav Petkov <bp@suse.de>
Sat, 6 Mar 2021 11:28:35 +0000 (12:28 +0100)
commite93d757c3f33c8a09f4aae579da4dc4500707471
treed4e3fe761db26194af7b555d560edf6484589011
parenta38fd8748464831584a19438cbb3082b5a2dab15
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
Documentation/ABI/testing/sysfs-firmware-sgi_uv