From owner-svn-src-all@FreeBSD.ORG Sun Mar 1 04:28:31 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80981346; Sun, 1 Mar 2015 04:28:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C76EB88; Sun, 1 Mar 2015 04:28:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t214SVnO000876; Sun, 1 Mar 2015 04:28:31 GMT (envelope-from rstone@FreeBSD.org) Received: (from rstone@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t214SVwB000871; Sun, 1 Mar 2015 04:28:31 GMT (envelope-from rstone@FreeBSD.org) Message-Id: <201503010428.t214SVwB000871@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rstone set sender to rstone@FreeBSD.org using -f From: Ryan Stone Date: Sun, 1 Mar 2015 04:28:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r279472 - stable/10/sys/dev/pci X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 01 Mar 2015 04:28:31 -0000 Author: rstone Date: Sun Mar 1 04:28:30 2015 New Revision: 279472 URL: https://svnweb.freebsd.org/changeset/base/279472 Log: MFC r265107 Be consistent with the whitespace in the rest of these files. X-MFC-With: r264007 Modified: stable/10/sys/dev/pci/pci_if.m stable/10/sys/dev/pci/pcib_if.m Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/pci/pci_if.m ============================================================================== --- stable/10/sys/dev/pci/pci_if.m Sun Mar 1 04:26:47 2015 (r279471) +++ stable/10/sys/dev/pci/pci_if.m Sun Mar 1 04:28:30 2015 (r279472) @@ -161,7 +161,7 @@ METHOD int msix_count { } DEFAULT null_msi_count; METHOD uint16_t get_rid { - device_t dev; - device_t child; + device_t dev; + device_t child; }; Modified: stable/10/sys/dev/pci/pcib_if.m ============================================================================== --- stable/10/sys/dev/pci/pcib_if.m Sun Mar 1 04:26:47 2015 (r279471) +++ stable/10/sys/dev/pci/pcib_if.m Sun Mar 1 04:28:30 2015 (r279472) @@ -169,8 +169,8 @@ METHOD int power_for_sleep { # Return the PCI Routing Identifier (RID) for the device. # METHOD uint16_t get_rid { - device_t pcib; - device_t dev; + device_t pcib; + device_t dev; } DEFAULT pcib_get_rid; #