git: 290afc5d55fa - main - mp_x86: Trim trailing whitespaces.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Jan 2023 13:18:54 UTC
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=290afc5d55fa370338cb837c7aaabf40670628a8
commit 290afc5d55fa370338cb837c7aaabf40670628a8
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-01-29 13:18:39 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-01-29 13:18:39 +0000
mp_x86: Trim trailing whitespaces.
MFC after: 1 week
---
sys/x86/x86/mp_x86.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c
index 44f3103ff2be..8d305cf76d1e 100644
--- a/sys/x86/x86/mp_x86.c
+++ b/sys/x86/x86/mp_x86.c
@@ -1713,7 +1713,7 @@ mp_ipi_intrcnt(void *dummy)
intrcnt_add(buf, &ipi_rendezvous_counts[i]);
snprintf(buf, sizeof(buf), "cpu%d:hardclock", i);
intrcnt_add(buf, &ipi_hardclock_counts[i]);
- }
+ }
}
SYSINIT(mp_ipi_intrcnt, SI_SUB_INTR, SI_ORDER_MIDDLE, mp_ipi_intrcnt, NULL);
#endif