Netdev List
 help / color / mirror / Atom feed
* [PATCH] net: mvneta: Fix a typo
@ 2020-04-12 21:20 Christophe JAILLET
  2020-04-12 21:35 ` Joe Perches
  2020-04-13  4:21 ` David Miller
  0 siblings, 2 replies; 7+ messages in thread
From: Christophe JAILLET @ 2020-04-12 21:20 UTC (permalink / raw)
  To: thomas.petazzoni, davem
  Cc: netdev, linux-kernel, kernel-janitors, Christophe JAILLET

s/mvmeta/mvneta/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/net/ethernet/marvell/mvneta.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c
index 5be61f73b6ab..51889770958d 100644
--- a/drivers/net/ethernet/marvell/mvneta.c
+++ b/drivers/net/ethernet/marvell/mvneta.c
@@ -5383,7 +5383,7 @@ static int __init mvneta_driver_init(void)
 {
 	int ret;
 
-	ret = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, "net/mvmeta:online",
+	ret = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, "net/mvneta:online",
 				      mvneta_cpu_online,
 				      mvneta_cpu_down_prepare);
 	if (ret < 0)
-- 
2.20.1


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

end of thread, other threads:[~2020-04-13  9:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-12 21:20 [PATCH] net: mvneta: Fix a typo Christophe JAILLET
2020-04-12 21:35 ` Joe Perches
2020-04-13  6:56   ` Christophe JAILLET
2020-04-13  7:15     ` Joe Perches
2020-04-13  7:53       ` Christophe JAILLET
2020-04-13  4:21 ` David Miller
2020-04-13  4:22   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox