svn commit: r349684 - stable/12/sys/kern
Konstantin Belousov
kib at FreeBSD.org
Wed Jul 3 19:31:13 UTC 2019
Author: kib
Date: Wed Jul 3 19:31:11 2019
New Revision: 349684
URL: https://svnweb.freebsd.org/changeset/base/349684
Log:
MFC r349519:
Style.
Modified:
stable/12/sys/kern/kern_umtx.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/kern/kern_umtx.c
==============================================================================
--- stable/12/sys/kern/kern_umtx.c Wed Jul 3 19:29:53 2019 (r349683)
+++ stable/12/sys/kern/kern_umtx.c Wed Jul 3 19:31:11 2019 (r349684)
@@ -2624,7 +2624,8 @@ do_cv_broadcast(struct thread *td, struct ucond *cv)
}
static int
-do_rw_rdlock(struct thread *td, struct urwlock *rwlock, long fflag, struct _umtx_time *timeout)
+do_rw_rdlock(struct thread *td, struct urwlock *rwlock, long fflag,
+ struct _umtx_time *timeout)
{
struct abs_timeout timo;
struct umtx_q *uq;
More information about the svn-src-all
mailing list