From owner-svn-src-all@freebsd.org Wed Apr 6 06:05:27 2016 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 A8E4FB05653; Wed, 6 Apr 2016 06:05:27 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp004.me.com (mr11p00im-asmtp004.me.com [17.110.69.135]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95BF81FBE; Wed, 6 Apr 2016 06:05:27 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from [192.168.1.4] (c-50-174-208-73.hsd1.ca.comcast.net [50.174.208.73]) by mr11p00im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0O570021B4SWFH20@mr11p00im-asmtp004.me.com>; Wed, 06 Apr 2016 05:05:21 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-04-06_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1604060075 User-Agent: Microsoft-MacOutlook/0.0.0.160212 Date: Tue, 05 Apr 2016 22:05:19 -0700 Subject: Re: svn commit: r297609 - in head/sys: dev/isci/scil net From: Ravi Pokala Sender: "Pokala, Ravi" To: "Ngie Cooper (yaneurabeya)" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-id: Thread-topic: svn commit: r297609 - in head/sys: dev/isci/scil net References: <201604060450.u364oSQu089743@repo.freebsd.org> <3BD273AD-4CC8-470E-9FAE-A0A06F89FFB2@gmail.com> In-reply-to: <3BD273AD-4CC8-470E-9FAE-A0A06F89FFB2@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 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: Wed, 06 Apr 2016 06:05:27 -0000 Fixed in r297610. I'm too used to Perforce, where you can specify the files to include as part of the commit form. -Ravi -----Original Message----- From: "Ngie Cooper (yaneurabeya)" Date: 2016-04-05, Tuesday at 21:55 To: Ravi Pokala Cc: , , Subject: Re: svn commit: r297609 - in head/sys: dev/isci/scil net > >> On Apr 5, 2016, at 21:50, Ravi Pokala wrote: >> >> Author: rpokala >> Date: Wed Apr 6 04:50:28 2016 >> New Revision: 297609 >> URL: https://svnweb.freebsd.org/changeset/base/297609 >> >> Log: >> Storage Controller Interface driver - typo in unimplemented macro in >> scic_sds_controller_registers.h >> >> s/contoller/controller/ >> >> PR: 207336 >> Submitted by: Tony Narlock >> >> Modified: >> head/sys/dev/isci/scil/scic_sds_controller_registers.h >> head/sys/net/if_lagg.c >> head/sys/net/if_lagg.h > >It looks like the if_lagg changes are unrelated...