Skip to content

Commit 16182e4

Browse files
author
Jonathan Corbet
committed
docs: ABI: fix an RST error in sysfs-bus-nvdimm
The literal blocks in this file lacked the necessary blank line at the top, causing Sphinx to complain: /Documentation/ABI/testing/sysfs-bus-nvdimm:11: WARNING: Unexpected indentation. Add the lines it's longing for and bring about a bit of warning peace. Reported-by: Hu Haowen <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 1e6f64c commit 16182e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/ABI/testing/sysfs-bus-nvdimm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Description: (RO) Attribute group to describe the magic bits
1818
Each attribute under this group defines a bit range of the
1919
perf_event_attr.config. Supported attribute is listed
2020
below::
21+
2122
event = "config:0-4" - event ID
2223

2324
For example::
24-
ctl_res_cnt = "event=0x1"
25+
26+
ctl_res_cnt = "event=0x1"
2527

2628
What: /sys/bus/event_source/devices/nmemX/events
2729
Date: February 2022

0 commit comments

Comments
 (0)