Skip to content

Commit a747695

Browse files
mpemaddy-kerneldev
authored andcommitted
docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Fix htmldocs errors
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 <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Michael Ellerman <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent e4a4565 commit a747695

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 <[email protected]>
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)