]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/q_sfb.c
tc: code cleanup
[mirror_iproute2.git] / tc / q_sfb.c
index f11c33aa1d67d078a0f6db90d591a346d2716f5b..3b6d45269a27ec9d76f729742403d83e7789c8ff 100644 (file)
@@ -158,8 +158,7 @@ static int sfb_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
 
        fprintf(f,
                "limit %d max %d target %d\n"
-               "  increment %.5f decrement %.5f penalty rate %d burst %d "
-               "(%ums %ums)",
+               "  increment %.5f decrement %.5f penalty rate %d burst %d (%ums %ums)",
                qopt->limit, qopt->max, qopt->bin_size,
                (double)qopt->increment / SFB_MAX_PROB,
                (double)qopt->decrement / SFB_MAX_PROB,