netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one
@ 2021-01-12 10:31 Bhaskar Chowdhury
  2021-01-12 17:26 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-01-12 10:31 UTC (permalink / raw)
  To: mw, linux, davem, kuba, netdev, linux-kernel, gustavo
  Cc: rdunlap, Bhaskar Chowdhury

s/oen/one/
s/controling/controlling/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
Changes from V2 : Correct the versioning,mentioned both the changes

 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h
index 8867f25afab4..663157dc8062 100644
--- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h
+++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h
@@ -143,7 +143,7 @@ struct mvpp2_cls_c2_entry {
 /* Number of per-port dedicated entries in the C2 TCAM */
 #define MVPP22_CLS_C2_PORT_N_FLOWS	MVPP2_N_RFS_ENTRIES_PER_FLOW

-/* Each port has oen range per flow type + one entry controling the global RSS
+/* Each port has one range per flow type + one entry controlling the global RSS
  * setting and the default rx queue
  */
 #define MVPP22_CLS_C2_PORT_RANGE	(MVPP22_CLS_C2_PORT_N_FLOWS + 1)
./--
2.26.2


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

* Re: [PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one
  2021-01-12 10:31 [PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one Bhaskar Chowdhury
@ 2021-01-12 17:26 ` Randy Dunlap
  2021-01-13 23:36   ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-01-12 17:26 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mw, linux, davem, kuba, netdev, linux-kernel, gustavo

On 1/12/21 2:31 AM, Bhaskar Chowdhury wrote:
> s/oen/one/
> s/controling/controlling/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

Thanks.

> ---
> Changes from V2 : Correct the versioning,mentioned both the changes
> 
>  drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h
> index 8867f25afab4..663157dc8062 100644
> --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h
> +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h
> @@ -143,7 +143,7 @@ struct mvpp2_cls_c2_entry {
>  /* Number of per-port dedicated entries in the C2 TCAM */
>  #define MVPP22_CLS_C2_PORT_N_FLOWS	MVPP2_N_RFS_ENTRIES_PER_FLOW
> 
> -/* Each port has oen range per flow type + one entry controling the global RSS
> +/* Each port has one range per flow type + one entry controlling the global RSS
>   * setting and the default rx queue
>   */
>  #define MVPP22_CLS_C2_PORT_RANGE	(MVPP22_CLS_C2_PORT_N_FLOWS + 1)
> ./--
> 2.26.2
> 


-- 
~Randy


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

* Re: [PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one
  2021-01-12 17:26 ` Randy Dunlap
@ 2021-01-13 23:36   ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2021-01-13 23:36 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Bhaskar Chowdhury, mw, linux, davem, netdev, linux-kernel, gustavo

On Tue, 12 Jan 2021 09:26:48 -0800 Randy Dunlap wrote:
> On 1/12/21 2:31 AM, Bhaskar Chowdhury wrote:
> > s/oen/one/
> > s/controling/controlling/
> > 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>  
> 
> Acked-by: Randy Dunlap <rdunlap@infradead.org>

Applied, thanks. 


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12 10:31 [PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one Bhaskar Chowdhury
2021-01-12 17:26 ` Randy Dunlap
2021-01-13 23:36   ` Jakub Kicinski

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).