diff options
author | 2024-12-10 22:15:25 +0800 | |
---|---|---|
committer | 2024-12-10 15:57:25 +0000 | |
commit | f03241fbebdf47b9b435752f7e72d3f1e96e4529 (patch) | |
tree | fbd0ff3b0f1c636ad2307190df8e6cfd3a7df801 | |
parent | drivers/perf: hisi: Fix incorrect variable name "hha_pmu" in DDRC PMU driver (diff) | |
download | wireguard-linux-f03241fbebdf47b9b435752f7e72d3f1e96e4529.tar.xz wireguard-linux-f03241fbebdf47b9b435752f7e72d3f1e96e4529.zip |
drivers/perf: hisi: Delete redundant blank line of DDRC PMU
Do not add blank line at the end of a code block defined by braces.
Signed-off-by: Junhao He <hejunhao3@huawei.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Link: https://lore.kernel.org/r/20241210141525.37788-11-yangyicong@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c b/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c index fb309b8d5301..7e490f8868f2 100644 --- a/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c +++ b/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c @@ -550,7 +550,6 @@ static void __exit hisi_ddrc_pmu_module_exit(void) { platform_driver_unregister(&hisi_ddrc_pmu_driver); cpuhp_remove_multi_state(CPUHP_AP_PERF_ARM_HISI_DDRC_ONLINE); - } module_exit(hisi_ddrc_pmu_module_exit); |