svn commit: r349685 - stable/11/sys/kern

Konstantin Belousov kib at FreeBSD.org
Wed Jul 3 19:31:48 UTC 2019


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;


More information about the svn-src-stable-11 mailing list