We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d663c commit abf1efbCopy full SHA for abf1efb
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
@@ -89,7 +89,7 @@ static void sxgbe_enable_eee_mode(const struct sxgbe_priv_data *priv)
89
90
void sxgbe_disable_eee_mode(struct sxgbe_priv_data * const priv)
91
{
92
- /* Exit and disable EEE in case of we are are in LPI state. */
+ /* Exit and disable EEE in case of we are in LPI state. */
93
priv->hw->mac->reset_eee_mode(priv->ioaddr);
94
del_timer_sync(&priv->eee_ctrl_timer);
95
priv->tx_path_in_lpi_mode = false;
0 commit comments