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

Michael Tuexen tuexen at freebsd.org
Sun Dec 18 18:00:12 UTC 2016


> On 18 Dec 2016, at 18:10, Rodney W. Grimes <freebsd-rwg at pdx.rh.CN85.dnsmgr.net> wrote:
> 
>> 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.
Possibly it is related to change/bug in indent, which seems to be fixed
in a later version of indent. pstef@ contacted me and is looking into it.
Using the current version, I get back the old behaviour.
Once pstef@ has confirmed that the current version is fine, I regenerate
the SCTP sources and commit the result...

Best regards
Michael
> 
> ...
>> -							/*
>> -							 * 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-all mailing list