Skip to content

Commit b1e79e9

Browse files
committed
docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Fix htmldocs errors
JIRA: https://issues.redhat.com/browse/RHEL-77935 upstream ======== commit a747695 Author: Michael Ellerman <mpe@ellerman.id.au> Date: Sun Nov 24 21:30:06 2024 +1100 description =========== Fix errors during `make htmldocs`, eg: Documentation/ABI/testing/sysfs-bus-event_source-devices-vpa-pmu:2: ERROR: Unexpected indentation. Fixes: 4ae0b32 ("docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Document sysfs event format entries for vpa_pmu") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Closes: https://lore.kernel.org/all/20241120171302.2053439c@canb.auug.org.au/ Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20241124103006.2236073-1-mpe@ellerman.id.au Signed-off-by: Michael Petlan <mpetlan@redhat.com>
1 parent 2cdcf06 commit b1e79e9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Documentation/ABI/testing/sysfs-bus-event_source-devices-vpa-pmu

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ Description: Read-only. Attribute group to describe the magic bits
88
Each attribute under this group defines a bit range of the
99
perf_event_attr.config. Supported attribute are listed
1010
below::
11-
event = "config:0-31" - event ID
1211

13-
For example::
12+
event = "config:0-31" - event ID
1413

15-
l1_to_l2_lat = "event=0x1"
14+
For example::
15+
16+
l1_to_l2_lat = "event=0x1"
1617

1718
What: /sys/bus/event_source/devices/vpa_pmu/events
1819
Date: November 2024
1920
Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
20-
Description: Read-only. Attribute group to describe performance monitoring
21+
Description: Read-only. Attribute group to describe performance monitoring
2122
events for the Virtual Processor Area events. Each attribute
22-
in this group describes a single performance monitoring event
23-
supported by vpa_pmu. The name of the file is the name of
24-
the event (See ABI/testing/sysfs-bus-event_source-devices-events).
23+
in this group describes a single performance monitoring event
24+
supported by vpa_pmu. The name of the file is the name of
25+
the event (See ABI/testing/sysfs-bus-event_source-devices-events).

0 commit comments

Comments
 (0)