* [PATCH v5] liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment
@ 2022-09-19 5:34 Ruffalo Lavoisier
2022-09-19 5:43 ` Randy Dunlap
2022-09-21 0:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Ruffalo Lavoisier @ 2022-09-19 5:34 UTC (permalink / raw)
To: Derek Chickles, Satanand Burla, Felix Manlunas, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: Ruffalo Lavoisier, netdev, linux-kernel
- Delete the repeated word 'to' in the comment.
- Add the missing 'use' word within the sentence.
- Correct spelling on 'malformation', 'needs'.
Signed-off-by: Ruffalo Lavoisier <RuffaloLavoisier@gmail.com>
---
drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h | 4 ++--
drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h
index 3f1c189646f4..a0fd32476225 100644
--- a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h
+++ b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h
@@ -87,8 +87,8 @@
*/
#define CN23XX_SLI_PKT_IN_JABBER 0x29170
/* The input jabber is used to determine the TSO max size.
- * Due to H/W limitation, this need to be reduced to 60000
- * in order to to H/W TSO and avoid the WQE malfarmation
+ * Due to H/W limitation, this needs to be reduced to 60000
+ * in order to use H/W TSO and avoid the WQE malformation
* PKO_BUG_24989_WQE_LEN
*/
#define CN23XX_DEFAULT_INPUT_JABBER 0xEA60 /*60000*/
diff --git a/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h b/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h
index d33dd8f4226f..e956109415cd 100644
--- a/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h
+++ b/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h
@@ -36,8 +36,8 @@
#define CN23XX_CONFIG_PCIE_FLTMSK 0x720
/* The input jabber is used to determine the TSO max size.
- * Due to H/W limitation, this need to be reduced to 60000
- * in order to to H/W TSO and avoid the WQE malfarmation
+ * Due to H/W limitation, this needs to be reduced to 60000
+ * in order to use H/W TSO and avoid the WQE malformation
* PKO_BUG_24989_WQE_LEN
*/
#define CN23XX_DEFAULT_INPUT_JABBER 0xEA60 /*60000*/
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v5] liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment
2022-09-19 5:34 [PATCH v5] liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment Ruffalo Lavoisier
@ 2022-09-19 5:43 ` Randy Dunlap
2022-09-21 0:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2022-09-19 5:43 UTC (permalink / raw)
To: Ruffalo Lavoisier, Derek Chickles, Satanand Burla, Felix Manlunas,
David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: netdev, linux-kernel
On 9/18/22 22:34, Ruffalo Lavoisier wrote:
> - Delete the repeated word 'to' in the comment.
>
> - Add the missing 'use' word within the sentence.
>
> - Correct spelling on 'malformation', 'needs'.
>
> Signed-off-by: Ruffalo Lavoisier <RuffaloLavoisier@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h | 4 ++--
> drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h
> index 3f1c189646f4..a0fd32476225 100644
> --- a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h
> +++ b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h
> @@ -87,8 +87,8 @@
> */
> #define CN23XX_SLI_PKT_IN_JABBER 0x29170
> /* The input jabber is used to determine the TSO max size.
> - * Due to H/W limitation, this need to be reduced to 60000
> - * in order to to H/W TSO and avoid the WQE malfarmation
> + * Due to H/W limitation, this needs to be reduced to 60000
> + * in order to use H/W TSO and avoid the WQE malformation
> * PKO_BUG_24989_WQE_LEN
> */
> #define CN23XX_DEFAULT_INPUT_JABBER 0xEA60 /*60000*/
> diff --git a/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h b/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h
> index d33dd8f4226f..e956109415cd 100644
> --- a/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h
> +++ b/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h
> @@ -36,8 +36,8 @@
> #define CN23XX_CONFIG_PCIE_FLTMSK 0x720
>
> /* The input jabber is used to determine the TSO max size.
> - * Due to H/W limitation, this need to be reduced to 60000
> - * in order to to H/W TSO and avoid the WQE malfarmation
> + * Due to H/W limitation, this needs to be reduced to 60000
> + * in order to use H/W TSO and avoid the WQE malformation
> * PKO_BUG_24989_WQE_LEN
> */
> #define CN23XX_DEFAULT_INPUT_JABBER 0xEA60 /*60000*/
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v5] liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment
2022-09-19 5:34 [PATCH v5] liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment Ruffalo Lavoisier
2022-09-19 5:43 ` Randy Dunlap
@ 2022-09-21 0:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-21 0:10 UTC (permalink / raw)
To: Ruffalo Lavoisier
Cc: dchickles, sburla, fmanlunas, davem, edumazet, kuba, pabeni,
RuffaloLavoisier, netdev, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 19 Sep 2022 14:34:46 +0900 you wrote:
> - Delete the repeated word 'to' in the comment.
>
> - Add the missing 'use' word within the sentence.
>
> - Correct spelling on 'malformation', 'needs'.
>
> Signed-off-by: Ruffalo Lavoisier <RuffaloLavoisier@gmail.com>
>
> [...]
Here is the summary with links:
- [v5] liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment
https://git.kernel.org/netdev/net-next/c/c29b06821590
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:[~2022-09-21 0:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19 5:34 [PATCH v5] liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment Ruffalo Lavoisier
2022-09-19 5:43 ` Randy Dunlap
2022-09-21 0: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