vr: clean up empty lines in .c and .h files
This commit is contained in:
parent
d276d86e12
commit
d918dd1915
@ -380,7 +380,6 @@ vr_miibus_statchg(device_t dev)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
vr_cam_mask(struct vr_softc *sc, uint32_t mask, int type)
|
||||
{
|
||||
|
@ -491,7 +491,6 @@ struct vr_desc {
|
||||
#define VR_RXCTL_RXLERR 0x00800000 /* 6105M */
|
||||
#define VR_RXCTL_RX_INTR 0x00800000
|
||||
|
||||
|
||||
#define VR_RXCTL (VR_RXCTL_CHAIN|VR_RXCTL_RX_INTR)
|
||||
|
||||
#define VR_TXSTAT_DEFER 0x00000001
|
||||
@ -526,7 +525,6 @@ struct vr_desc {
|
||||
#define VR_FLAG_SCHEDDELAY 2
|
||||
#define VR_FLAG_DELAYTIMEO 3
|
||||
|
||||
|
||||
#define VR_TIMEOUT 1000
|
||||
#define VR_MII_TIMEOUT 10000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user