svn commit: r310217 - stable/11/sys/netinet

Rodney W. Grimes freebsd-rwg at pdx.rh.CN85.dnsmgr.net
Sun Dec 18 17:10:52 UTC 2016


> Author: tuexen
> Date: Sun Dec 18 12:56:14 2016
> New Revision: 310217
> URL: https://svnweb.freebsd.org/changeset/base/310217
...
> 
> Log:
>   MFC r307779:
>   
>   No functional changes, mostly getting the whitespace changes resulting
>   from an updated formatting tool chain.

I think there might be an issue with this tool, it is reformatting KNF multiline
comment format to the wrong format, unless KNF has been changed at some recent
point.

...
> -							/*
> -							 * two from each
> -							 * address
> -							 */
...
> +							/* two from each
> +							 * address */
> -			/*
> -			 * link-local <-> link-local must belong to the same
> -			 * scope.
> -			 */
> +			/* link-local <-> link-local must belong to the same
> +			 * scope. */


> -				/*
> -				 * PMTU check versus smallest asoc MTU goes
> -				 * here
> -				 */
> +				/* PMTU check versus smallest asoc MTU goes
> +				 * here */

etc...

-- 
Rod Grimes                                                 rgrimes at freebsd.org


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