net sched: stylistic cleanups
[cascardo/linux.git] / net / sched / act_gact.c
index e24a409..e0aa30f 100644 (file)
@@ -156,7 +156,8 @@ static void tcf_gact_stats_update(struct tc_action *a, u64 bytes, u32 packets,
        int action = READ_ONCE(gact->tcf_action);
        struct tcf_t *tm = &gact->tcf_tm;
 
-       _bstats_cpu_update(this_cpu_ptr(gact->common.cpu_bstats), bytes, packets);
+       _bstats_cpu_update(this_cpu_ptr(gact->common.cpu_bstats), bytes,
+                          packets);
        if (action == TC_ACT_SHOT)
                this_cpu_ptr(gact->common.cpu_qstats)->drops += packets;