perf: pmuv3: Remove comments from armv8pmu_[enable|disable]_event()
authorAnshuman Khandual <anshuman.khandual@arm.com>
Wed, 2 Aug 2023 09:08:53 +0000 (14:38 +0530)
committerWill Deacon <will@kernel.org>
Fri, 4 Aug 2023 16:23:57 +0000 (17:23 +0100)
commit90d68677226ac7cf344648919df2016686b3e2ab
treef1a660b1e557b5792123692f480dfec3235f0aaa
parentac18ea1a8935920a6b3284f24e58f903b95dac20
perf: pmuv3: Remove comments from armv8pmu_[enable|disable]_event()

The comments in armv8pmu_[enable|disable]_event() are blindingly obvious,
and does not contribute in making things any better. Let's drop them off.
Functional change is not intended.

Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Suggested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Link: https://lore.kernel.org/r/20230802090853.1190391-1-anshuman.khandual@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/arm_pmuv3.c