Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2019 15:56:35 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r345136 - head/sys/mips/mips
Message-ID:  <201903141556.x2EFuZbU054378@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu Mar 14 15:56:34 2019
New Revision: 345136
URL: https://svnweb.freebsd.org/changeset/base/345136

Log:
  Style(9): add a missing space between argument declerations.

Modified:
  head/sys/mips/mips/vm_machdep.c

Modified: head/sys/mips/mips/vm_machdep.c
==============================================================================
--- head/sys/mips/mips/vm_machdep.c	Thu Mar 14 15:55:30 2019	(r345135)
+++ head/sys/mips/mips/vm_machdep.c	Thu Mar 14 15:56:34 2019	(r345136)
@@ -88,7 +88,7 @@ __FBSDID("$FreeBSD$");
  * ready to run and return to user mode.
  */
 void
-cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2,int flags)
+cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags)
 {
 	struct pcb *pcb2;
 



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