diff mbox series

netlink: fix typo Add missing colon in coalesce_reply_cb

Message ID 20240410032629.3224092-1-liweiganga@uniontech.com (mailing list archive)
State Not Applicable
Headers show
Series netlink: fix typo Add missing colon in coalesce_reply_cb | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

liweigang April 10, 2024, 3:26 a.m. UTC
Signed-off-by: liweigang <liweiganga@uniontech.com>
---
 netlink/coalesce.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/netlink/coalesce.c b/netlink/coalesce.c
index bc34d3d..bb93f9b 100644
--- a/netlink/coalesce.c
+++ b/netlink/coalesce.c
@@ -93,7 +93,7 @@  int coalesce_reply_cb(const struct nlmsghdr *nlhdr, void *data)
 		 tb[ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES]);
 	show_u32("tx-aggr-max-frames", "tx-aggr-max-frames:\t",
 		 tb[ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES]);
-	show_u32("tx-aggr-time-usecs", "tx-aggr-time-usecs\t",
+	show_u32("tx-aggr-time-usecs", "tx-aggr-time-usecs:\t",
 		 tb[ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS]);
 	show_cr();