From cb0e752f8edcfd0311fd87f94b1b4cdf91d74e57 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 24 Aug 2019 15:25:53 +0000 Subject: [PATCH] Style. --- sys/amd64/amd64/mp_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 14adb396dbd..5e7e5773d13 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -510,7 +510,7 @@ native_start_all_aps(void) outb(CMOS_DATA, mpbiosreason); /* number of APs actually started */ - return mp_naps; + return (mp_naps); }