Skip to content

Commit

Permalink
net: ethernet: marvell: Fixed typo in the file sky2.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bhaskar Chowdhury authored and David S. Miller committed Mar 14, 2021
1 parent b8eccf2 commit 65c7bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/marvell/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 65c7bc1

Please sign in to comment.