From owner-svn-src-head@freebsd.org Tue Dec 26 16:55:56 2017 Return-Path: Delivered-To: svn-src-head@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 58B66EA2141; Tue, 26 Dec 2017 16:55:56 +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 F30617E130; Tue, 26 Dec 2017 16:55:55 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [192.168.1.204] (p57BB4707.dip0.t-ipconnect.de [87.187.71.7]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id ED25C721E280D; Tue, 26 Dec 2017 17:55:51 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: svn commit: r327209 - head/sys/netinet/libalias From: Michael Tuexen In-Reply-To: <20171226161415.GC90333@FreeBSD.org> Date: Tue, 26 Dec 2017 17:55:49 +0100 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <075ABF39-8543-4351-A8D5-7B8DE10A255C@freebsd.org> References: <201712261612.vBQGC4wj066322@repo.freebsd.org> <20171226161415.GC90333@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3445.5.20) 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-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2017 16:55:56 -0000 > On 26. Dec 2017, at 17:14, Alexey Dokuchaev wrote: > > On Tue, Dec 26, 2017 at 04:12:04PM +0000, Michael Tuexen wrote: >> New Revision: 327209 >> URL: https://svnweb.freebsd.org/changeset/base/327209 >> >> Log: >> Clearify CID 1008197. > > Again, this "clarifies" nothing. I see a bunch of style(9) bugs fixed, > and fail to see how/why those had upset Coverity. I added a /* FALLTHROUGH */ Coverity was complaining that a break was possibly missing. Should not have also fixed some style(9) issues and indentation issues in the same function. Best regards Michael > > ./danfe