mgb: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 22:08:14 +00:00
parent 0077d05cae
commit fc32241fc8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365208
2 changed files with 0 additions and 4 deletions

View File

@ -241,7 +241,6 @@ static device_method_t mgb_iflib_methods[] = {
DEVMETHOD(ifdi_intr_enable, mgb_intr_enable_all),
DEVMETHOD(ifdi_intr_disable, mgb_intr_disable_all),
#if 0 /* Not yet implemented IFLIB methods */
/*
* Set multicast addresses, mtu and promiscuous mode
@ -324,7 +323,6 @@ struct if_shared_ctx mgb_sctx_init = {
/*********************************************************************/
static void *
mgb_register(device_t dev)
{

View File

@ -217,7 +217,6 @@
#define MGB_INTR_VEC_STS(_v) (1 << (_v))
#define MGB_INTR_RX_VEC_STS(_qid) MGB_INTR_VEC_STS((_qid) + 1)
#define MGB_STS_OK ( 0 )
#define MGB_STS_TIMEOUT (-1 )
@ -323,7 +322,6 @@ struct mgb_softc {
struct callout watchdog;
int timer;
bus_dma_tag_t dma_parent_tag;
struct mgb_ring_data rx_ring_data;
struct mgb_ring_data tx_ring_data;