Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 15:25:54 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351455 - head/sys/amd64/amd64
Message-ID:  <201908241525.x7OFPss0026010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908241525.x7OFPss0026010>