projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8eccf2
)
net: ethernet: marvell: Fixed typo in the file sky2.c
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Sat, 13 Mar 2021 05:45:36 +0000
(11:15 +0530)
committer
David S. Miller
<davem@davemloft.net>
Sun, 14 Mar 2021 02:06:11 +0000
(18:06 -0800)
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>
drivers/net/ethernet/marvell/sky2.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/marvell/sky2.c
b/drivers/net/ethernet/marvell/sky2.c
index dbec8e187a6821558b5bf8373364eeb3487bf06d..2a752fb6b758d0a31047587d12c3a8f93941fb82 100644
(file)
--- 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 calc
u
lation
*/
static unsigned long roundup_ring_size(unsigned long pending)
{