[PATCH 2/3] lib: sbi: sbi_pmu: fixed alignment
Alexander Chuprunov
alexander.chuprunov at syntacore.com
Thu Sep 18 02:07:05 PDT 2025
Deleted spaces before brace in pmu_ctr_start_fw() for correct alignment.
Signed-off-by: Alexander Chuprunov <alexander.chuprunov at syntacore.com>
---
lib/sbi/sbi_pmu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sbi/sbi_pmu.c b/lib/sbi/sbi_pmu.c
index 0718b3ed..5d98a532 100644
--- a/lib/sbi/sbi_pmu.c
+++ b/lib/sbi/sbi_pmu.c
@@ -432,7 +432,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,
--
2.43.0
More information about the opensbi
mailing list