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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
 * Hardware is limited to min of 128 and max of 2048 for ring size
 * and  rounded up to next power of two
 * 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)
static unsigned long roundup_ring_size(unsigned long pending)
{
{