netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netlink: fix typo
@ 2024-03-22  7:24 gaoxingwang
  2024-03-22  7:58 ` Jason Xing
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: gaoxingwang @ 2024-03-22  7:24 UTC (permalink / raw)
  To: mkubecek, idosch; +Cc: netdev, linux-kernel, yanan, liaichun

Add missing colon in coalesce_reply_cb

Fixes: ec573f209d (netlink: settings: add netlink support for coalesce tx aggr params)
Signed-off-by: gaoxingwang <gaoxingwang1@huawei.com>

Signed-off-by: gaoxingwang <gaoxingwang1@huawei.com>
---
 netlink/coalesce.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();
 
-- 
2.27.0


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

end of thread, other threads:[~2024-04-02 12:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22  7:24 [PATCH] netlink: fix typo gaoxingwang
2024-03-22  7:58 ` Jason Xing
2024-03-22  8:13 ` Jiri Pirko
2024-03-22  8:49   ` Michal Kubecek
2024-03-23  7:16     ` gaoxingwang
2024-03-23  7:27       ` [PATCH ethtool-next] netlink: fix typo in coalesce_reply_cb() gaoxingwang
2024-03-22  8:14 ` [PATCH] netlink: fix typo Jiri Pirko
2024-03-22 15:07   ` Jakub Kicinski
2024-04-02 11:16     ` Jiri Pirko
2024-04-02 12:16       ` [PATCH ethtool-next] netlink: fix typo in coalesce_reply_cb() gaoxingwang
2024-04-02 12:19         ` Heng Qi

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