Date: Wed, 3 Jul 2019 19:31:47 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r349685 - stable/11/sys/kern Message-ID: <201907031931.x63JVltc065933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Wed Jul 3 19:31:47 2019 New Revision: 349685 URL: https://svnweb.freebsd.org/changeset/base/349685 Log: MFC r349519: Style. Modified: stable/11/sys/kern/kern_umtx.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/kern/kern_umtx.c ============================================================================== --- stable/11/sys/kern/kern_umtx.c Wed Jul 3 19:31:11 2019 (r349684) +++ stable/11/sys/kern/kern_umtx.c Wed Jul 3 19:31:47 2019 (r349685) @@ -2631,7 +2631,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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907031931.x63JVltc065933>