Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 09:10:45 -0800 (PST)
From:      "Rodney W. Grimes" <freebsd-rwg@pdx.rh.CN85.dnsmgr.net>
To:        Michael Tuexen <tuexen@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   Re: svn commit: r310217 - stable/11/sys/netinet
Message-ID:  <201612181710.uBIHAjR2054060@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <201612181256.uBICuEja070394@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612181710.uBIHAjR2054060>