net: gve: remove duplicated allowed
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>
This commit is contained in:
parent
c32773c961
commit
f67435b555
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue