summaryrefslogtreecommitdiffstats
path: root/netlink/coalesce.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:54:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:54:50 +0000
commitbed7c36e1c8f2558195ea7f9039b2e7feae17087 (patch)
treee3a3f97bae5911f79c3626d855d8c8b1137cd691 /netlink/coalesce.c
parentReleasing progress-linux version 1:6.7-1~progress7.99u1. (diff)
downloadethtool-bed7c36e1c8f2558195ea7f9039b2e7feae17087.tar.xz
ethtool-bed7c36e1c8f2558195ea7f9039b2e7feae17087.zip
Merging upstream version 1:6.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netlink/coalesce.c')
-rw-r--r--netlink/coalesce.c2
1 files changed, 1 insertions, 1 deletions
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();