diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-13 08:45:36 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-14 05:06:11 +0300 |
commit | 65c7bc1b7a66f2cb0bafcefd9e15e1de44ac7ea7 (patch) | |
tree | 7c66d43f576be6f793e996694a7c71c5808c6be0 /drivers/net/ethernet/marvell | |
parent | b8eccf2a0dc98f400dd48b6538c8f000544b96d8 (diff) | |
download | linux-65c7bc1b7a66f2cb0bafcefd9e15e1de44ac7ea7.tar.xz |
net: ethernet: marvell: Fixed typo in the file sky2.c
s/calclation/calculation/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell')
-rw-r--r-- | drivers/net/ethernet/marvell/sky2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c index dbec8e187a68..2a752fb6b758 100644 --- a/drivers/net/ethernet/marvell/sky2.c +++ b/drivers/net/ethernet/marvell/sky2.c @@ -4135,7 +4135,7 @@ static int sky2_set_coalesce(struct net_device *dev, /* * Hardware is limited to min of 128 and max of 2048 for ring size * and rounded up to next power of two - * to avoid division in modulus calclation + * to avoid division in modulus calculation */ static unsigned long roundup_ring_size(unsigned long pending) { |