Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3 -1
+3 -1
Documentation/ABI/testing/sysfs-bus-nvdimm
··· 18 18 Each attribute under this group defines a bit range of the 19 19 perf_event_attr.config. Supported attribute is listed 20 20 below:: 21 + 21 22 event = "config:0-4" - event ID 22 23 23 24 For example:: 24 - ctl_res_cnt = "event=0x1" 25 + 26 + ctl_res_cnt = "event=0x1" 25 27 26 28 What: /sys/bus/event_source/devices/nmemX/events 27 29 Date: February 2022