From: Bhaskar Chowdhury <unixbhaskar@gmail.com> Date: Sat, 13 Mar 2021 05:45:36 +0000 (+0530) Subject: net: ethernet: marvell: Fixed typo in the file sky2.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=65c7bc1b7a66f2cb0bafcefd9e15e1de44ac7ea7;p=linux.git 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> --- diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c index dbec8e187a682..2a752fb6b758d 100644 --- 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 calculation */ static unsigned long roundup_ring_size(unsigned long pending) {