[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150514.124041.1245041571104549683.davem@davemloft.net>
Date: Thu, 14 May 2015 12:40:41 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: brian.haley@...com
Cc: netdev@...r.kernel.org, jiri@...nulli.us
Subject: Re: [PATCH] fix net/sched compile error
From: Brian Haley <brian.haley@...com>
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 <brian.haley@...com>
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."
Powered by blists - more mailing lists