diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-07-21 14:44:47 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-07-21 14:44:47 -0600 |
commit | 16182e4a3e48429316f769ae8600cd28f95d04b0 (patch) | |
tree | 9b5c69a9b08c60d3d3084214718cf4fd9f58b2e5 /Documentation | |
parent | 1e6f64c53c8be1c7d3565945f9c5da0454bbc741 (diff) | |
download | lwn-16182e4a3e48429316f769ae8600cd28f95d04b0.tar.gz lwn-16182e4a3e48429316f769ae8600cd28f95d04b0.zip |
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 <src.res.211@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-nvdimm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-nvdimm b/Documentation/ABI/testing/sysfs-bus-nvdimm index de8c5a59c77f..64eb8f4c6a41 100644 --- a/Documentation/ABI/testing/sysfs-bus-nvdimm +++ b/Documentation/ABI/testing/sysfs-bus-nvdimm @@ -18,10 +18,12 @@ 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 For example:: - ctl_res_cnt = "event=0x1" + + ctl_res_cnt = "event=0x1" What: /sys/bus/event_source/devices/nmemX/events Date: February 2022 |