Commit 65c7bc1b authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by David S. Miller

net: ethernet: marvell: Fixed typo in the file sky2.c

s/calclation/calculation/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b8eccf2a
......@@ -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)
{
......
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