docs: perf: Fix warning from 'make htmldocs' in hisi-pmu.rst
authorWill Deacon <will@kernel.org>
Mon, 19 Jun 2023 10:02:18 +0000 (11:02 +0100)
committerWill Deacon <will@kernel.org>
Mon, 19 Jun 2023 10:02:18 +0000 (11:02 +0100)
commitdea0f4146f66a242450b29fae4d643bd5318c511
tree9387e1b0946c55b68f25e1c707f08f1c5b479483
parentea8d1c062a0e876e999e4f347daeb598d5e677ab
docs: perf: Fix warning from 'make htmldocs' in hisi-pmu.rst

Building the 'htmldocs' target results in the following warning when
processing 'hisi-pmu.rst':

 | Documentation/admin-guide/perf/hisi-pmu.rst:107: ERROR: Unexpected indentation.

Fix the warning by converting all of the register bitfield lists into
proper bulleted lists and adjusting the indentation of the wrapping line
accordingly. At the same time, use an enumerated list to describe the
new PMUv2 functions.

Fixes: ea8d1c062a0e ("docs: perf: Add new description for HiSilicon UC PMU")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Will Deacon <will@kernel.org>
Documentation/admin-guide/perf/hisi-pmu.rst