Skip to content

Commit

Permalink
net: gve: remove duplicated allowed
Browse files Browse the repository at this point in the history
fix the WARNING of Possible repeated word: 'allowed'

Signed-off-by: Daode Huang <huangdaode@huawei.com>
Reviewed-by: Catherine Sullivan <csully@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Daode Huang authored and David S. Miller committed Mar 26, 2021
1 parent c32773c commit f67435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/google/gve/gve_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static int gve_set_channels(struct net_device *netdev,

gve_get_channels(netdev, &old_settings);

/* Changing combined is not allowed allowed */
/* Changing combined is not allowed */
if (cmd->combined_count != old_settings.combined_count)
return -EINVAL;

Expand Down

0 comments on commit f67435b

Please sign in to comment.