Skip to content

Commit f03241f

Browse files
Junhao Hewilldeacon
authored andcommitted
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>
1 parent 4e15bcf commit f03241f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ static void __exit hisi_ddrc_pmu_module_exit(void)
550550
{
551551
platform_driver_unregister(&hisi_ddrc_pmu_driver);
552552
cpuhp_remove_multi_state(CPUHP_AP_PERF_ARM_HISI_DDRC_ONLINE);
553-
554553
}
555554
module_exit(hisi_ddrc_pmu_module_exit);
556555

0 commit comments

Comments
 (0)