svn commit: r349519 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Fri Jun 28 20:40:55 UTC 2019


Author: kib
Date: Fri Jun 28 20:40:54 2019
New Revision: 349519
URL: https://svnweb.freebsd.org/changeset/base/349519

Log:
  Style.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/kern/kern_umtx.c

Modified: head/sys/kern/kern_umtx.c
==============================================================================
--- head/sys/kern/kern_umtx.c	Fri Jun 28 20:28:20 2019	(r349518)
+++ head/sys/kern/kern_umtx.c	Fri Jun 28 20:40:54 2019	(r349519)
@@ -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-head mailing list