svn commit: r327209 - head/sys/netinet/libalias

Michael Tuexen tuexen at freebsd.org
Tue Dec 26 16:55:56 UTC 2017


> On 26. Dec 2017, at 17:14, Alexey Dokuchaev <danfe at FreeBSD.org> 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



More information about the svn-src-all mailing list