PERFORCE change 117027 for review

Kip Macy kmacy at FreeBSD.org
Sat Mar 31 21:04:22 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=117027

Change 117027 by kmacy at kmacy_vt-x:opentoe_init on 2007/03/31 21:04:17

	style(9) fixes

Affected files ...

.. //depot/projects/opentoe/sys/kern/subr_lock.c#4 edit

Differences ...

==== //depot/projects/opentoe/sys/kern/subr_lock.c#4 (text+ko) ====

@@ -250,7 +250,9 @@
 #endif
 
 #ifdef LOCK_PROFILING
-void _lock_profile_obtain_lock_success(struct lock_object *lo, int contested, uint64_t waittime, const char *file, int line)
+void
+_lock_profile_obtain_lock_success(struct lock_object *lo, int contested,
+    uint64_t waittime, const char *file, int line)
 {
         struct lock_profile_object *l = &lo->lo_profile_obj;
 
@@ -271,7 +273,8 @@
         }
 }
 
-void _lock_profile_release_lock(struct lock_object *lo)
+void
+_lock_profile_release_lock(struct lock_object *lo)
 {
         struct lock_profile_object *l = &lo->lo_profile_obj;
 


More information about the p4-projects mailing list