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

This commit is contained in:
Mateusz Guzik 2020-09-01 21:37:35 +00:00
parent d5b4569f95
commit 0e9080cb12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365106
4 changed files with 0 additions and 8 deletions

View File

@ -2168,7 +2168,6 @@ __al_eth_free_irq(struct al_eth_adapter *adapter)
if (rc != 0)
device_printf(adapter->dev, "failed to tear "
"down irq: %d\n", irq->vector);
}
irq->requested = 0;
}

View File

@ -707,7 +707,6 @@ al_eth_kr_run_lt(struct al_eth_kr_data *kr_data)
if (al_eth_kr_lt_frame_lock_wait(kr_data->adapter, AL_ETH_AN__LT_LANE_0,
AL_ETH_KR_FRAME_LOCK_TIMEOUT) == TRUE) {
/*
* when locked, for the first time initialize the receiver and
* transmitter tasks to prepare it for detecting coefficient
@ -755,7 +754,6 @@ al_eth_kr_run_lt(struct al_eth_kr_data *kr_data)
}
} else {
al_info("[%s] FAILED: did not achieve initial frame lock...\n",
kr_data->adapter->name);

View File

@ -551,7 +551,6 @@ al_eth_serdes_static_rx_params_set(struct al_eth_lm_context *lm_context)
lm_context->lane,
&lm_context->rx_params_override);
} else if (lm_context->static_values != 0) {
lm_context->rx_param_dirty = 0;
@ -989,7 +988,6 @@ static int al_eth_lm_retimer_ds25_full_config(struct al_eth_lm_context *lm_conte
config_rx_size = AL_ARR_SIZE(retimer_ds25_10g_mode);
}
rc = al_eth_lm_retimer_ds25_channel_config(lm_context,
lm_context->retimer_channel,
config_rx,
@ -1357,7 +1355,6 @@ al_eth_lm_link_establish(struct al_eth_lm_context *lm_context, boolean_t *link_u
DELAY(AL_ETH_LM_GEARBOX_RESET_DELAY);
}
if (lm_context->retimer_exist) {
DELAY(AL_ETH_LM_RETIMER_LINK_STATUS_DELAY);
@ -1393,7 +1390,6 @@ al_eth_lm_link_establish(struct al_eth_lm_context *lm_context, boolean_t *link_u
lm_debug("%s: link is up with LT\n", __func__);
return (0);
}
}
lm_context->link_training_failures++;

View File

@ -133,7 +133,6 @@ struct al_eth_lm_led_config_data {
enum al_eth_lm_led_config_speed speed;
};
struct al_eth_lm_context {
struct al_hal_eth_adapter *adapter;
struct al_serdes_grp_obj *serdes_obj;