git: c2f736c9ffea - stable/13 - sysvsem: Style(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:40:27 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=c2f736c9ffea1f4c58d5501a60c11d4d3e1ada19 commit c2f736c9ffea1f4c58d5501a60c11d4d3e1ada19 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2022-05-14 11:06:58 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:35:17 +0000 sysvsem: Style(9) MFC after: 2 weeks (cherry picked from commit b6c8f461f09ea48d0369dba513e411e8a93e261a) --- sys/kern/sysv_sem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c index fda4d263535d..469291d76d86 100644 --- a/sys/kern/sysv_sem.c +++ b/sys/kern/sysv_sem.c @@ -606,7 +606,7 @@ sem_find_prison(struct ucred *cred) prison_lock(pr); rpr = osd_jail_get(pr, sem_prison_slot); prison_unlock(pr); - return rpr; + return (rpr); } static int