From: Brian Haley <[email protected]>
Date: Thu, 14 May 2015 12:50:17 -0400

> Fix compile error in net/sched/cls_flower.c
> 
>     net/sched/cls_flower.c: In function ‘fl_set_key’:
>     net/sched/cls_flower.c:240:3: error: implicit declaration of function
>     ‘tcf_change_indev’ [-Werror=implicit-function-declaration]
>        err = tcf_change_indev(net, tb[TCA_FLOWER_INDEV]);
> 
> Introduced in 77b9900ef53ae047e36a37d13a2aa33bb2d60641
> 
> Signed-off-by: Brian Haley <[email protected]>
> 
> diff --git a/net/sched/cls_flower.c b/net/sched/cls_flower.c
> index 9bc654c..8c8f34e 100644
> --- a/net/sched/cls_flower.c
> +++ b/net/sched/cls_flower.c
> @@ -234,15 +234,15 @@ static void fl_set_key_val(struct nlattr **tb,
>  static int fl_set_key(struct net *net, struct nlattr **tb,
>                     struct fl_flow_key *key, struct fl_flow_key *mask)
>  {
> -     int err;
> -

This patch is corrupted by your email client.

Also, referring to a guilty patch is done using the "Fixes: " tag
which should appear right before your signoff.  It is to be of
the form:

Fixes: $(SHA1_ID) ("Commit summary line text")

The SHA1_ID should be of 12 characters of significance.
N‹§²ζμrΈ›yϊθšΨb²X¬ΆΗ§vΨ^–)ήΊ{.nΗ+‰·§zΧ^Ύ)ν…
ζθw*jg¬±¨Ά‰šŽŠέ’j/κδzΉή–Šΰ2Šή™¨θ­Ϊ&’)ί‘«aΆΪώψ�G«ιh�ζj:+v‰¨Šwθ†Ω₯

Reply via email to