summaryrefslogtreecommitdiff
path: root/tc/tc_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/tc_core.c')
-rw-r--r--tc/tc_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/tc_core.c b/tc/tc_core.c
index 8276f6a1..871ceb45 100644
--- a/tc/tc_core.c
+++ b/tc/tc_core.c
@@ -170,7 +170,7 @@ int tc_calc_rtable_64(struct tc_ratespec *r, __u32 *rtab,
rtab[i] = tc_calc_xmittime(bps, sz);
}
- r->cell_align = -1;
+ r->cell_align = -1;
r->cell_log = cell_log;
r->linklayer = (linklayer & TC_LINKLAYER_MASK);
return cell_log;