fork: Remove the unnecessary spaces.

MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2021-08-12 11:58:17 +03:00
parent 1af0780b5f
commit 71854d9b2b

View File

@ -745,7 +745,7 @@ do_fork(struct thread *td, struct fork_req *fr, struct proc *p2, struct thread *
if ((p1->p_ptevents & PTRACE_FORK) != 0) {
sx_xlock(&proctree_lock);
PROC_LOCK(p2);
/*
* p1->p_ptevents & p1->p_pptr are protected by both
* process and proctree locks for modifications,