net_sched: fix a typo in tc_for_each_action()
[cascardo/linux.git] / include / net / act_api.h
index 41e6a24..f53ee9d 100644 (file)
@@ -193,7 +193,7 @@ int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int);
        (list_empty(&(_exts)->actions))
 
 #define tc_for_each_action(_a, _exts) \
-       list_for_each_entry(a, &(_exts)->actions, list)
+       list_for_each_entry(_a, &(_exts)->actions, list)
 
 #define tc_single_action(_exts) \
        (list_is_singular(&(_exts)->actions))