summaryrefslogtreecommitdiffstats
path: root/lib/route/qdisc.c
diff options
context:
space:
mode:
authorSteffen Vogel <post@steffenvogel.de>2015-07-24 06:42:28 (GMT)
committerThomas Haller <thaller@redhat.com>2015-08-14 13:24:34 (GMT)
commit6871a3b6acc93e4323722d954da445fdc1f3cda6 (patch)
treeba3f905d07cace205fd35bee2a0c2ebfbce69daf /lib/route/qdisc.c
parent2b985e200b4f686a6fa11217772d11fefc98f255 (diff)
downloadlibnl-6871a3b6acc93e4323722d954da445fdc1f3cda6.zip
libnl-6871a3b6acc93e4323722d954da445fdc1f3cda6.tar.gz
libnl-6871a3b6acc93e4323722d954da445fdc1f3cda6.tar.bz2
route/qdisc: fixe printing whitespace in qdisc_dump_details()
And whitespace (source code) fix. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib/route/qdisc.c')
-rw-r--r--lib/route/qdisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/qdisc.c b/lib/route/qdisc.c
index b8b6fa5..775d4cb 100644
--- a/lib/route/qdisc.c
+++ b/lib/route/qdisc.c
@@ -520,7 +520,7 @@ static void qdisc_dump_details(struct rtnl_tc *tc, struct nl_dump_params *p)
{
struct rtnl_qdisc *qdisc = (struct rtnl_qdisc *) tc;
- nl_dump(p, "refcnt %u ", qdisc->q_info);
+ nl_dump(p, "refcnt %u", qdisc->q_info);
}
static struct rtnl_tc_type_ops qdisc_ops = {