mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 04:54:41 +08:00
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>
This commit is contained in:
parent
b8eccf2a0d
commit
65c7bc1b7a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user