[PATCH] Fix 'unexpected indentation' during documentation compilation

From: Ivan Orlov
Date: Wed Feb 15 2023 - 06:47:46 EST


Reformat the 'sys-fs-nvdimm' ABI documentation file to make it
correspond the right format. This patch will fix annoying
'WARNING: Unexpected indentation' message during documentation
compilation process.

Signed-off-by: Ivan Orlov <ivan.orlov0322@xxxxxxxxx>
---
Documentation/ABI/testing/sysfs-bus-nvdimm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-nvdimm b/Documentation/ABI/testing/sysfs-bus-nvdimm
index de8c5a59c77f..c50a075ae1d8 100644
--- a/Documentation/ABI/testing/sysfs-bus-nvdimm
+++ b/Documentation/ABI/testing/sysfs-bus-nvdimm
@@ -18,9 +18,11 @@ Description: (RO) Attribute group to describe the magic bits
Each attribute under this group defines a bit range of the
perf_event_attr.config. Supported attribute is listed
below::
- event = "config:0-4" - event ID
+
+ event = "config:0-4" - event ID

For example::
+
ctl_res_cnt = "event=0x1"

What: /sys/bus/event_source/devices/nmemX/events
--
2.34.1