linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/platform/uv: Fix indentation warning in Documentation/ABI/testing/sysfs-firmware-sgi_uv
@ 2021-02-19 18:28 Justin Ernst
  2021-03-01 10:28 ` [tip: x86/platform] " tip-bot2 for Justin Ernst
  2021-03-06 12:01 ` tip-bot2 for Justin Ernst
  0 siblings, 2 replies; 6+ messages in thread
From: Justin Ernst @ 2021-02-19 18:28 UTC (permalink / raw)
  To: Borislav Petkov, Hans de Goede
  Cc: Stephen Rothwell, Tom Rix, Jonathan Cameron,
	Mauro Carvalho Chehab, Mike Travis, Justin Ernst, linux-kernel

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.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: c9624cb7db1c ("x86/platform/uv: Update sysfs documentation")
Acked-by: Mike Travis <mike.travis@hpe.com>
Signed-off-by: Justin Ernst <justin.ernst@hpe.com>
---
 Documentation/ABI/testing/sysfs-firmware-sgi_uv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread
[parent not found: <20210219172835.253610-1-justin.ernst@hpe.com>]

end of thread, other threads:[~2021-03-06 12:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 18:28 [PATCH] x86/platform/uv: Fix indentation warning in Documentation/ABI/testing/sysfs-firmware-sgi_uv Justin Ernst
2021-03-01 10:28 ` [tip: x86/platform] " tip-bot2 for Justin Ernst
2021-03-06 12:01 ` tip-bot2 for Justin Ernst
     [not found] <20210219172835.253610-1-justin.ernst@hpe.com>
2021-03-04 11:55 ` [PATCH] " Hans de Goede
2021-03-04 11:59   ` Borislav Petkov
2021-03-04 12:00     ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).