From: Brian Haley <[email protected]>
Date: Thu, 14 May 2015 12:33:11 -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]>

Please format your Subject line correctly.

After '[PATCH] ' or similar, you should begin with a subsystem or
driver name prefix, following by a colon character and a space.

In this case, "cls_flower: " would be appropriate.

So something like "[PATCH] cls_flower: Fix compile error."

Reply via email to