netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch iproute2] devlink: fix port new monitoring message typo
@ 2018-03-23 12:19 Jiri Pirko
  2018-03-23 16:11 ` David Ahern
  2018-03-27 16:12 ` Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: Jiri Pirko @ 2018-03-23 12:19 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern

From: Jiri Pirko <jiri@mellanox.com>

s/net/new/

Fixes: a3c4b484a1ed ("add devlink tool")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
---
 devlink/devlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devlink/devlink.c b/devlink/devlink.c
index 69c3c5d9dd31..ba02064b848c 100644
--- a/devlink/devlink.c
+++ b/devlink/devlink.c
@@ -2602,7 +2602,7 @@ static const char *cmd_name(uint8_t cmd)
 	case DEVLINK_CMD_DEL: return "del";
 	case DEVLINK_CMD_PORT_GET: return "get";
 	case DEVLINK_CMD_PORT_SET: return "set";
-	case DEVLINK_CMD_PORT_NEW: return "net";
+	case DEVLINK_CMD_PORT_NEW: return "new";
 	case DEVLINK_CMD_PORT_DEL: return "del";
 	default: return "<unknown cmd>";
 	}
-- 
2.14.3

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

end of thread, other threads:[~2018-03-27 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-23 12:19 [patch iproute2] devlink: fix port new monitoring message typo Jiri Pirko
2018-03-23 16:11 ` David Ahern
2018-03-27 16:12 ` Stephen Hemminger

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