mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 22:05:08 +00:00
ethtool: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20201101155601.2294374-1-trix@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
f2219c322f
commit
9d253c02ac
@ -2433,7 +2433,7 @@ static int noinline_for_stack ethtool_set_per_queue(struct net_device *dev,
|
||||
return ethtool_set_per_queue_coalesce(dev, useraddr, &per_queue_opt);
|
||||
default:
|
||||
return -EOPNOTSUPP;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static int ethtool_phy_tunable_valid(const struct ethtool_tunable *tuna)
|
||||
|
Loading…
x
Reference in New Issue
Block a user