From owner-svn-src-all@freebsd.org Tue May 9 09:10:01 2017 Return-Path: Delivered-To: svn-src-all@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 6B59AD6523E; Tue, 9 May 2017 09:10:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FD4C185D; Tue, 9 May 2017 09:10:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 185B56DCD; Tue, 9 May 2017 09:09:13 +0000 (UTC) Date: Tue, 9 May 2017 09:09:13 +0000 From: Alexey Dokuchaev To: "Bjoern A. Zeeb" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r318015 - head/sys/net Message-ID: <20170509090913.GA38187@FreeBSD.org> References: <201705090829.v498TtXb031887@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201705090829.v498TtXb031887@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2017 09:10:01 -0000 On Tue, May 09, 2017 at 08:29:55AM +0000, Bjoern A. Zeeb wrote: > New Revision: 318015 > URL: https://svnweb.freebsd.org/changeset/base/318015 > > Log: > Adjust a comment. > > Modified: > head/sys/net/iflib.c > > Modified: head/sys/net/iflib.c > ============================================================================== > --- head/sys/net/iflib.c Tue May 9 08:08:28 2017 (r318014) > +++ head/sys/net/iflib.c Tue May 9 08:29:55 2017 (r318015) > @@ -5214,7 +5214,6 @@ iflib_msix_init(if_ctx_t ctx) > > /* > * bar == -1 => "trust me I know what I'm doing" > - * https://www.youtube.com/watch?v=nnwWKkNau4I Commit message does not explain why this adjustment was necessary. At least a light hint what was wrong with that URL would be appropriate. ./danfe