svn commit: r194578 - head/sys/sys

Stanislav Sedov stas at FreeBSD.org
Sun Jun 21 13:07:23 UTC 2009


On Sun, 21 Jun 2009 09:01:12 +0000 (UTC)
Roman Divacky <rdivacky at FreeBSD.org> mentioned:

> Modified: head/sys/sys/lock_profile.h
> ==============================================================================
> --- head/sys/sys/lock_profile.h	Sun Jun 21 08:49:06 2009	(r194577)
> +++ head/sys/sys/lock_profile.h	Sun Jun 21 09:01:12 2009	(r194578)
> @@ -63,10 +63,10 @@ lock_profile_obtain_lock_failed(struct l
>  
>  #else /* !LOCK_PROFILING */
>  
> -#define	lock_profile_release_lock(lo)
> -#define lock_profile_obtain_lock_failed(lo, contested, waittime)
> -#define lock_profile_obtain_lock_success(lo, contested, waittime, file, line)
> -#define	lock_profile_thread_exit(td)
> +#define	lock_profile_release_lock(lo)					(void)0
> +#define lock_profile_obtain_lock_failed(lo, contested, waittime)	(void)0
> +#define lock_profile_obtain_lock_success(lo, contested, waittime, file, line)	(void)0
> +#define	lock_profile_thread_exit(td)					(void)0
>  
>  #endif  /* !LOCK_PROFILING */

This now overflows the 80-column line limit, while it is used to not
before.  Can you, please, add line breaks wherever required?

-- 
Stanislav Sedov
ST4096-RIPE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20090621/48365b45/attachment.pgp


More information about the svn-src-all mailing list