svn commit: r351455 - head/sys/amd64/amd64

Konstantin Belousov kib at FreeBSD.org
Sat Aug 24 15:25:55 UTC 2019


Author: kib
Date: Sat Aug 24 15:25:53 2019
New Revision: 351455
URL: https://svnweb.freebsd.org/changeset/base/351455

Log:
  Style.

Modified:
  head/sys/amd64/amd64/mp_machdep.c

Modified: head/sys/amd64/amd64/mp_machdep.c
==============================================================================
--- head/sys/amd64/amd64/mp_machdep.c	Sat Aug 24 15:22:18 2019	(r351454)
+++ head/sys/amd64/amd64/mp_machdep.c	Sat Aug 24 15:25:53 2019	(r351455)
@@ -510,7 +510,7 @@ native_start_all_aps(void)
 	outb(CMOS_DATA, mpbiosreason);
 
 	/* number of APs actually started */
-	return mp_naps;
+	return (mp_naps);
 }
 
 


More information about the svn-src-all mailing list