From: Jamal Hadi Salim
> Sent: 13 August 2016 12:34
>
> Just minor comment below:
>
> On 16-08-11 08:41 PM, Cong Wang wrote:
>
>
> > +static inline void
> > +tcf_exts_to_list(const struct tcf_exts *exts, struct list_head *actions)
> > +{
>
> to:
> static inline void tcf_exts_to_list(const struct tcf_exts *exts,
> struct list_head *actions)
It may not be the 'Linux style' but I much prefer the former since it
makes 'grep -r '^tcf_exts_to_list\>' find the definition.
David
