diff mbox series

drivers: net: ehternet: marvell: Change controling to controlling

Message ID 20210112044241.10829-1-unixbhaskar@gmail.com
State New
Headers show
Series drivers: net: ehternet: marvell: Change controling to controlling | expand

Commit Message

Bhaskar Chowdhury Jan. 12, 2021, 4:42 a.m. UTC
s/controling/controlling/p

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

--
2.26.2
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..24034fe1e148 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 oen 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)