Skip to content

Commit b037e40

Browse files
Yicong Yangwilldeacon
authored andcommitted
docs: perf: Fix build warning of hisi-pcie-pmu.rst
`make htmldocs SPHINXDIRS="admin-guide"` shows below warnings: Documentation/admin-guide/perf/hisi-pcie-pmu.rst:48: ERROR: Unexpected indentation. Documentation/admin-guide/perf/hisi-pcie-pmu.rst:49: WARNING: Block quote ends without a blank line; unexpected unindent. Fix this. Closes: https://lore.kernel.org/lkml/[email protected]/ Fixes: 89a0329 ("docs: perf: Update usage for target filter of hisi-pcie-pmu") Signed-off-by: Yicong Yang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent f0dbc6d commit b037e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/admin-guide/perf/hisi-pcie-pmu.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The related events usually used to calculate the bandwidth, latency or others.
4444
They need to start and end counting at the same time, therefore related events
4545
are best used in the same event group to get the expected value. There are two
4646
ways to know if they are related events:
47+
4748
a) By event name, such as the latency events "xxx_latency, xxx_cnt" or
4849
bandwidth events "xxx_flux, xxx_time".
4950
b) By event type, such as "event=0xXXXX, event=0x1XXXX".

0 commit comments

Comments
 (0)