diff --git a/include/net/act_api.h b/include/net/act_api.h index 41e6a24a44b9b11413b33d8fe717992dd2a2d6db..f53ee9d315c1541dc52d14503bd7ce3837fa9220 100644 --- a/include/net/act_api.h +++ b/include/net/act_api.h @@ -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))