Whitespace nits.
This commit is contained in:
parent
8277c8e2a4
commit
cc9d8c9568
@ -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 */
|
||||
|
@ -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;
|
||||
|
@ -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 */
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user