Date: Sat, 31 Mar 2007 21:04:21 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 117027 for review Message-ID: <200703312104.l2VL4LWF080650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=117027 Change 117027 by kmacy@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703312104.l2VL4LWF080650>