svn commit: r279472 - stable/10/sys/dev/pci
Ryan Stone
rstone at FreeBSD.org
Sun Mar 1 04:28:31 UTC 2015
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;
#
More information about the svn-src-stable
mailing list