diff mbox series

drivers/perf: hisi: Fix typo in events attribute array

Message ID 1587643530-34357-1-git-send-email-zhangshaokun@hisilicon.com (mailing list archive)
State Mainlined
Commit 88562f06ebf56587788783e5420f25fde3ca36c8
Headers show
Series drivers/perf: hisi: Fix typo in events attribute array | expand

Commit Message

Shaokun Zhang April 23, 2020, 12:05 p.m. UTC
Fix up one typo: wr_dr_64b -> wr_ddr_64b.

Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Will Deacon April 30, 2020, 9:12 p.m. UTC | #1
On Thu, 23 Apr 2020 20:05:30 +0800, Shaokun Zhang wrote:
> Fix up one typo: wr_dr_64b -> wr_ddr_64b.

Applied to arm64 (for-next/perf), thanks!

[1/1] drivers/perf: hisi: Fix typo in events attribute array
      https://git.kernel.org/arm64/c/88562f06ebf5

Cheers,
diff mbox series

Patch

diff --git a/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c b/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
index 6a1dd72d8abb..e5af9d7e6e14 100644
--- a/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
+++ b/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
@@ -283,7 +283,7 @@  static struct attribute *hisi_hha_pmu_events_attr[] = {
 	HISI_PMU_EVENT_ATTR(rx_wbip,		0x05),
 	HISI_PMU_EVENT_ATTR(rx_wtistash,	0x11),
 	HISI_PMU_EVENT_ATTR(rd_ddr_64b,		0x1c),
-	HISI_PMU_EVENT_ATTR(wr_dr_64b,		0x1d),
+	HISI_PMU_EVENT_ATTR(wr_ddr_64b,		0x1d),
 	HISI_PMU_EVENT_ATTR(rd_ddr_128b,	0x1e),
 	HISI_PMU_EVENT_ATTR(wr_ddr_128b,	0x1f),
 	HISI_PMU_EVENT_ATTR(spill_num,		0x20),