On 16-05-08 11:19 PM, Cong Wang wrote:
On Sun, May 8, 2016 at 10:26 AM, Jamal Hadi Salim <j...@mojatatu.com> wrote:
-static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind,
int ref)
+static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind,
+ int ref)
{
unsigned char *b = skb_tail_pointer(skb);
struct tcf_mirred *m = a->priv;
Nit: this is irrelevant to the bug you fix.
It is (80 char) indentation fix. Dont think it deserves its own patch
but it was annoying enough to include.
cheers,
jamal