svn commit: r265107 - head/sys/dev/pci

Ryan Stone rstone at FreeBSD.org
Tue Apr 29 20:49:48 UTC 2014


Author: rstone
Date: Tue Apr 29 20:49:47 2014
New Revision: 265107
URL: http://svnweb.freebsd.org/changeset/base/265107

Log:
  Be consistent with the whitespace in the rest of these files.
  
  X-MFC-With: r264007

Modified:
  head/sys/dev/pci/pci_if.m
  head/sys/dev/pci/pcib_if.m

Modified: head/sys/dev/pci/pci_if.m
==============================================================================
--- head/sys/dev/pci/pci_if.m	Tue Apr 29 20:48:15 2014	(r265106)
+++ head/sys/dev/pci/pci_if.m	Tue Apr 29 20:49:47 2014	(r265107)
@@ -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: head/sys/dev/pci/pcib_if.m
==============================================================================
--- head/sys/dev/pci/pcib_if.m	Tue Apr 29 20:48:15 2014	(r265106)
+++ head/sys/dev/pci/pcib_if.m	Tue Apr 29 20:49:47 2014	(r265107)
@@ -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-head mailing list