mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-11-22 19:01:33 +00:00
lib: sbi: sbi_pmu: fixed alignment
Deleted spaces before brace in pmu_ctr_start_fw() for correct alignment. Signed-off-by: Alexander Chuprunov <alexander.chuprunov@syntacore.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20250918090706.2217603-3-alexander.chuprunov@syntacore.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
committed by
Anup Patel
parent
1db95da299
commit
63aacbd782
@@ -448,7 +448,7 @@ static int pmu_ctr_start_fw(struct sbi_pmu_hart_state *phs,
|
||||
!pmu_dev->fw_counter_write_value ||
|
||||
!pmu_dev->fw_counter_start) {
|
||||
return SBI_EINVAL;
|
||||
}
|
||||
}
|
||||
|
||||
if (ival_update)
|
||||
pmu_dev->fw_counter_write_value(phs->hartid,
|
||||
|
||||
Reference in New Issue
Block a user