From: Felix Fietkau
Date: Sat, 5 Dec 2015 13:58:11 +0100
> This semicolon causes a build error if the function call is wrapped in
> parentheses.
>
> Fixes: aabc92bbe3cf ("net: add __netdev_alloc_pcpu_stats() to indicate gfp
> flags")
> Reported-by: Imre Kaloz
> Signed-off-by: Felix Fietkau
On Sat, Dec 05, 2015 at 01:58:11PM +0100, Felix Fietkau wrote:
> This semicolon causes a build error if the function call is wrapped in
> parentheses.
>
> Fixes: aabc92bbe3cf ("net: add __netdev_alloc_pcpu_stats() to indicate gfp
> flags")
> Reported-by: Imre Kaloz
> Signed-off-by: Felix Fietkau
This semicolon causes a build error if the function call is wrapped in
parentheses.
Fixes: aabc92bbe3cf ("net: add __netdev_alloc_pcpu_stats() to indicate gfp
flags")
Reported-by: Imre Kaloz
Signed-off-by: Felix Fietkau
---
include/linux/netdevice.h | 2 +-
1 file changed, 1 insertion(+), 1 de