[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bc075348-63fc-7f15-db48-9601efd77d62@infradead.org>
Date: Sun, 18 Sep 2022 22:43:01 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Ruffalo Lavoisier <ruffalolavoisier@...il.com>,
Derek Chickles <dchickles@...vell.com>,
Satanand Burla <sburla@...vell.com>,
Felix Manlunas <fmanlunas@...vell.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5] liquidio: CN23XX: delete repeated words, add missing
words and fix typo in comment
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@...il.com>
Reviewed-by: Randy Dunlap <rdunlap@...radead.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
Powered by blists - more mailing lists