> From: Mauro Carvalho Chehab [mailto:mchehab@xxxxxxxxxx] On Behalf Of Mauro Carvalho Chehab > Sent: Thursday, January 14, 2021 1:54 AM > Subject: [PATCH 04/10] ABI: sysfs-firmware-sgi_uv > > Add a missing blank line required to identify a literal block, > fixing this warning: > > .../Documentation/ABI/testing/sysfs-firmware-sgi_uv:2: WARNING: Unexpected indentation. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> Thanks for finding and fixing this. I was able to replicate the warning and confirm the fix. Reviewed-by: Justin Ernst <justin.ernst@xxxxxxx> > --- > Documentation/ABI/testing/sysfs-firmware-sgi_uv | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/ABI/testing/sysfs-firmware-sgi_uv b/Documentation/ABI/testing/sysfs- > firmware-sgi_uv > index 637c668cbe45..b0f79a1d14b3 100644 > --- a/Documentation/ABI/testing/sysfs-firmware-sgi_uv > +++ b/Documentation/ABI/testing/sysfs-firmware-sgi_uv > @@ -39,6 +39,7 @@ 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) > > "3.0" = UV2 > -- > 2.29.2