git: 2c02511017b9 - stable/13 - fork: Remove the unnecessary spaces.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:38:11 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=2c02511017b9b2552c7c9c9be8937ec982911eb3 commit 2c02511017b9b2552c7c9c9be8937ec982911eb3 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-08-12 08:58:17 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:33:33 +0000 fork: Remove the unnecessary spaces. MFC after: 2 weeks (cherry picked from commit 71854d9b2b0953b624ffcb268f41b84c9370981b) --- sys/kern/kern_fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 46f14e75212a..47da6e28af30 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -755,7 +755,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,