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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;