From owner-svn-src-stable-11@freebsd.org Sun Dec 18 17:10:52 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 D560DC874AB; Sun, 18 Dec 2016 17:10:52 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A671010D5; Sun, 18 Dec 2016 17:10:52 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id uBIHAjQj054061; Sun, 18 Dec 2016 09:10:45 -0800 (PST) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id uBIHAjR2054060; Sun, 18 Dec 2016 09:10:45 -0800 (PST) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201612181710.uBIHAjR2054060@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r310217 - stable/11/sys/netinet In-Reply-To: <201612181256.uBICuEja070394@repo.freebsd.org> To: Michael Tuexen Date: Sun, 18 Dec 2016 09:10:45 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 17:10:52 -0000 > 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