summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-15 11:01:23 +0000
committerru <ru@FreeBSD.org>2006-09-15 11:01:23 +0000
commitcc9d8c9568222a6079190c4d8f786d826aac06ff (patch)
tree3417d09518b04cda724aa1e7bea3dfcac99da9d3 /sys/pci
parent8277c8e2a459205c3784ee76694a5dc7d45c99c6 (diff)
downloadFreeBSD-src-cc9d8c9568222a6079190c4d8f786d826aac06ff.zip
FreeBSD-src-cc9d8c9568222a6079190c4d8f786d826aac06ff.tar.gz
Whitespace nits.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_sfreg.h2
-rw-r--r--sys/pci/if_tlreg.h2
-rw-r--r--sys/pci/if_vrreg.h2
-rw-r--r--sys/pci/if_wbreg.h2
-rw-r--r--sys/pci/if_xlreg.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h
index 1f6618d..29861ef 100644
--- a/sys/pci/if_sfreg.h
+++ b/sys/pci/if_sfreg.h
@@ -1032,7 +1032,7 @@ struct sf_list_data {
struct sf_softc {
struct ifnet *sf_ifp; /* interface info */
- device_t sf_dev; /* device info */
+ device_t sf_dev; /* device info */
bus_space_handle_t sf_bhandle; /* bus space handle */
bus_space_tag_t sf_btag; /* bus space tag */
void *sf_intrhand; /* interrupt handler cookie */
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index 4060c70..f04b52b 100644
--- a/sys/pci/if_tlreg.h
+++ b/sys/pci/if_tlreg.h
@@ -110,7 +110,7 @@ struct tl_chain_data {
struct tl_softc {
struct ifnet *tl_ifp;
- device_t tl_dev;
+ device_t tl_dev;
struct ifmedia ifmedia; /* media info */
bus_space_handle_t tl_bhandle;
bus_space_tag_t tl_btag;
diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h
index d5a1023..e2dabd9 100644
--- a/sys/pci/if_vrreg.h
+++ b/sys/pci/if_vrreg.h
@@ -453,7 +453,7 @@ struct vr_mii_frame {
struct vr_softc {
struct ifnet *vr_ifp; /* interface info */
- device_t vr_dev;
+ device_t vr_dev;
bus_space_handle_t vr_bhandle; /* bus space handle */
bus_space_tag_t vr_btag; /* bus space tag */
struct resource *vr_res;
diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h
index 864c336..c5315c4 100644
--- a/sys/pci/if_wbreg.h
+++ b/sys/pci/if_wbreg.h
@@ -363,7 +363,7 @@ struct wb_mii_frame {
struct wb_softc {
struct ifnet *wb_ifp; /* interface info */
- device_t wb_dev;
+ device_t wb_dev;
device_t wb_miibus;
bus_space_handle_t wb_bhandle;
bus_space_tag_t wb_btag;
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index c72509a..eba21e6 100644
--- a/sys/pci/if_xlreg.h
+++ b/sys/pci/if_xlreg.h
@@ -581,7 +581,7 @@ struct xl_mii_frame {
struct xl_softc {
struct ifnet *xl_ifp; /* interface info */
- device_t xl_dev; /* device info */
+ device_t xl_dev; /* device info */
struct ifmedia ifmedia; /* media info */
bus_space_handle_t xl_bhandle;
bus_space_tag_t xl_btag;
OpenPOWER on IntegriCloud