git: f824a0d0909f - stable/13 - Style
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Oct 2021 13:02:48 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=f824a0d0909f1238644e282dad85de76b32295c4
commit f824a0d0909f1238644e282dad85de76b32295c4
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-10-14 19:30:18 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-15 20:39:07 +0000
Style
(cherry picked from commit 1adebca1fc9f6def501f7a5c2b2bde5fe9049477)
---
sys/kern/kern_sig.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index 7a1fd0bab917..af5c70ada3e6 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -2050,7 +2050,7 @@ trapsignal(struct thread *td, ksiginfo_t *ksi)
&td->td_sigmask, code);
#endif
(*p->p_sysent->sv_sendsig)(ps->ps_sigact[_SIG_IDX(sig)],
- ksi, &td->td_sigmask);
+ ksi, &td->td_sigmask);
postsig_done(sig, td, ps);
mtx_unlock(&ps->ps_mtx);
} else {