From owner-svn-src-head@FreeBSD.ORG Tue Oct 2 10:09:24 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CD8B106566C; Tue, 2 Oct 2012 10:09:24 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 57C908FC0A; Tue, 2 Oct 2012 10:09:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q92A9OB4018073; Tue, 2 Oct 2012 10:09:24 GMT (envelope-from hselasky@svn.freebsd.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q92A9OHE018071; Tue, 2 Oct 2012 10:09:24 GMT (envelope-from hselasky@svn.freebsd.org) Message-Id: <201210021009.q92A9OHE018071@svn.freebsd.org> From: Hans Petter Selasky Date: Tue, 2 Oct 2012 10:09:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r241128 - head/sys/dev/usb X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Oct 2012 10:09:24 -0000 Author: hselasky Date: Tue Oct 2 10:09:23 2012 New Revision: 241128 URL: http://svn.freebsd.org/changeset/base/241128 Log: Style. MFC after: 1 week Modified: head/sys/dev/usb/usb_hub.c Modified: head/sys/dev/usb/usb_hub.c ============================================================================== --- head/sys/dev/usb/usb_hub.c Tue Oct 2 10:05:39 2012 (r241127) +++ head/sys/dev/usb/usb_hub.c Tue Oct 2 10:09:23 2012 (r241128) @@ -160,7 +160,7 @@ static device_method_t uhub_methods[] = DEVMETHOD(bus_child_location_str, uhub_child_location_string), DEVMETHOD(bus_child_pnpinfo_str, uhub_child_pnpinfo_string), DEVMETHOD(bus_driver_added, uhub_driver_added), - {0, 0} + DEVMETHOD_END }; static driver_t uhub_driver = {