Date: Sun, 1 Mar 2015 04:28:31 +0000 (UTC) From: Ryan Stone <rstone@FreeBSD.org> 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 Message-ID: <201503010428.t214SVwB000871@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503010428.t214SVwB000871>