Skip to content

Commit abf1efb

Browse files
Jilin Yuankuba-moo
authored andcommitted
samsung/sxgbe: fix repeated words in comments
Delete the redundant word 'are'. Signed-off-by: Jilin Yuan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 93d663c commit abf1efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static void sxgbe_enable_eee_mode(const struct sxgbe_priv_data *priv)
8989

9090
void sxgbe_disable_eee_mode(struct sxgbe_priv_data * const priv)
9191
{
92-
/* Exit and disable EEE in case of we are are in LPI state. */
92+
/* Exit and disable EEE in case of we are in LPI state. */
9393
priv->hw->mac->reset_eee_mode(priv->ioaddr);
9494
del_timer_sync(&priv->eee_ctrl_timer);
9595
priv->tx_path_in_lpi_mode = false;

0 commit comments

Comments
 (0)