Skip to content

Commit 88562f0

Browse files
zhangshkwilldeacon
authored andcommitted
drivers/perf: hisi: Fix typo in events attribute array
Fix up one typo: wr_dr_64b -> wr_ddr_64b. Fixes: 2bab3cf ("perf: hisi: Add support for HiSilicon SoC HHA PMU driver") Signed-off-by: Shaokun Zhang <[email protected]> Cc: Will Deacon <[email protected]> Cc: Mark Rutland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 1f0d97b commit 88562f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/perf/hisilicon/hisi_uncore_hha_pmu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ static struct attribute *hisi_hha_pmu_events_attr[] = {
283283
HISI_PMU_EVENT_ATTR(rx_wbip, 0x05),
284284
HISI_PMU_EVENT_ATTR(rx_wtistash, 0x11),
285285
HISI_PMU_EVENT_ATTR(rd_ddr_64b, 0x1c),
286-
HISI_PMU_EVENT_ATTR(wr_dr_64b, 0x1d),
286+
HISI_PMU_EVENT_ATTR(wr_ddr_64b, 0x1d),
287287
HISI_PMU_EVENT_ATTR(rd_ddr_128b, 0x1e),
288288
HISI_PMU_EVENT_ATTR(wr_ddr_128b, 0x1f),
289289
HISI_PMU_EVENT_ATTR(spill_num, 0x20),

0 commit comments

Comments
 (0)