From owner-svn-src-stable-11@freebsd.org Sun Dec 18 18:00:12 2016 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A78E6C85A6C; Sun, 18 Dec 2016 18:00:12 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3B2111E; Sun, 18 Dec 2016 18:00:12 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [192.168.1.102] (p508F1073.dip0.t-ipconnect.de [80.143.16.115]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 9317D721E282E; Sun, 18 Dec 2016 19:00:07 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r310217 - stable/11/sys/netinet From: Michael Tuexen In-Reply-To: <201612181710.uBIHAjR2054060@pdx.rh.CN85.dnsmgr.net> Date: Sun, 18 Dec 2016 19:00:05 +0100 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <6FD04AC1-6BEC-4B6D-8F64-CC3D8C11902D@freebsd.org> References: <201612181710.uBIHAjR2054060@pdx.rh.CN85.dnsmgr.net> To: "Rodney W. Grimes" X-Mailer: Apple Mail (2.3259) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 18:00:12 -0000 > On 18 Dec 2016, at 18:10, Rodney W. Grimes = wrote: >=20 >> Author: tuexen >> Date: Sun Dec 18 12:56:14 2016 >> New Revision: 310217 >> URL: https://svnweb.freebsd.org/changeset/base/310217 > ... >>=20 >> Log: >> MFC r307779: >>=20 >> No functional changes, mostly getting the whitespace changes = resulting >> from an updated formatting tool chain. >=20 > 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 >=20 > ... >> - /* >> - * 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. */ >=20 >=20 >> - /* >> - * PMTU check versus smallest asoc MTU = goes >> - * here >> - */ >> + /* PMTU check versus smallest asoc MTU = goes >> + * here */ >=20 > etc... >=20 > --=20 > Rod Grimes = rgrimes@freebsd.org