]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: Add space after format specifier
authorBriana Oursler <briana.oursler@gmail.com>
Tue, 28 Jul 2020 05:20:48 +0000 (22:20 -0700)
committerDavid Ahern <dsahern@kernel.org>
Wed, 29 Jul 2020 17:03:46 +0000 (17:03 +0000)
commit41a9e384694aab818ef0e50ea05ff70f1c2f4102
tree6af5612232855317fd17f6f5aa7b748487ec5d5e
parent1ca65af1c5e131861a3989cca3c7ca8b067e0833
tc: Add space after format specifier

Add space after format specifier in print_string call. Fixes broken
qdisc tests within tdc testing suite. Per suggestion from Petr Machata,
remove a space and change spacing in tc/q_event.c to complete the fix.

Tested fix in tdc using:
./tdc.py -c qdisc

All qdisc RED tests return ok.

Fixes: d0e450438571("tc: q_red: Add support for qevents "mark" and "early_drop")
Signed-off-by: Briana Oursler <briana.oursler@gmail.com>
Tested-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
tc/q_red.c
tc/tc_qevent.c