[PATCH] docs: ABI: sysfs-bus-nvdimm: correct indentations

From: Hu Haowen
Date: Sun Jul 16 2023 - 12:15:35 EST


The identations from line 1 to 4 within sysfs-bus-nvdimm were wrongly
incompatible with the indentations of the following contents. Hence
correct them.

Discovered when I was executing "make htmldocs" and received the
following stderr output:

/<... root dir ...>/Documentation/ABI/testing/sysfs-bus-nvdimm:11: WARNING: Unexpected indentation.

Signed-off-by: Hu Haowen <src.res.211@xxxxxxxxx>
---
Documentation/ABI/testing/sysfs-bus-nvdimm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-nvdimm b/Documentation/ABI/testing/sysfs-bus-nvdimm
index de8c5a59c77f..8d048f8e3c39 100644
--- a/Documentation/ABI/testing/sysfs-bus-nvdimm
+++ b/Documentation/ABI/testing/sysfs-bus-nvdimm
@@ -1,7 +1,7 @@
-What: nvdimm
-Date: July 2020
-KernelVersion: 5.8
-Contact: Dan Williams <dan.j.williams@xxxxxxxxx>
+What: nvdimm
+Date: July 2020
+KernelVersion: 5.8
+Contact: Dan Williams <dan.j.williams@xxxxxxxxx>
Description:

The libnvdimm sub-system implements a common sysfs interface for
--
2.34.1