Commit f67435b5 authored by Daode Huang's avatar Daode Huang Committed by David S. Miller

net: gve: remove duplicated allowed

fix the WARNING of Possible repeated word: 'allowed'
Signed-off-by: default avatarDaode Huang <huangdaode@huawei.com>
Reviewed-by: default avatarCatherine Sullivan <csully@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c32773c9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment