diff mbox series

[V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one

Message ID 20210112103152.13222-1-unixbhaskar@gmail.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series [V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Guessed tree name to be net-next
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cc_maintainers success CCed 5 of 5 maintainers
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 5 this patch: 5
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/verify_fixes success Link
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_allmodconfig_warn success Errors and warnings before: 5 this patch: 5
netdev/header_inline success Link
netdev/stable success Stable not CCed

Commit Message

Bhaskar Chowdhury Jan. 12, 2021, 10:31 a.m. UTC
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(-)

./--
2.26.2

Comments

Randy Dunlap Jan. 12, 2021, 5:26 p.m. UTC | #1
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
>
Jakub Kicinski Jan. 13, 2021, 11:36 p.m. UTC | #2
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.
diff mbox series

Patch

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)