linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c
@ 2021-03-13  5:45 Bhaskar Chowdhury
  2021-03-13  6:49 ` Randy Dunlap
  2021-03-14  2:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-13  5:45 UTC (permalink / raw)
  To: mlindner, stephen, davem, kuba, netdev, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/calclation/calculation/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/net/ethernet/marvell/sky2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c
index ebe1406c6e64..18a3db2fd337 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)
 {
--
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c
  2021-03-13  5:45 [PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c Bhaskar Chowdhury
@ 2021-03-13  6:49 ` Randy Dunlap
  2021-03-14  2:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-13  6:49 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mlindner, stephen, davem, kuba, netdev, linux-kernel

On 3/12/21 9:45 PM, Bhaskar Chowdhury wrote:
> 
> s/calclation/calculation/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


Subject: should say "Fix typo", not "Fixed typo".

> ---
>  drivers/net/ethernet/marvell/sky2.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c
> index ebe1406c6e64..18a3db2fd337 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)
>  {
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c
  2021-03-13  5:45 [PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c Bhaskar Chowdhury
  2021-03-13  6:49 ` Randy Dunlap
@ 2021-03-14  2:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-14  2:10 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: mlindner, stephen, davem, kuba, netdev, linux-kernel, rdunlap

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Sat, 13 Mar 2021 11:15:36 +0530 you wrote:
> s/calclation/calculation/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/net/ethernet/marvell/sky2.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> [...]

Here is the summary with links:
  - net: ethernet: marvell: Fixed typo in the file sky2.c
    https://git.kernel.org/netdev/net-next/c/65c7bc1b7a66

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-14  2:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13  5:45 [PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c Bhaskar Chowdhury
2021-03-13  6:49 ` Randy Dunlap
2021-03-14  2:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).