Re: [PATCH net-next 1/1] driver: macvlan: Replace integer number with bool value

2016-11-14 Thread David Miller
From: f...@ikuai8.com Date: Mon, 14 Nov 2016 08:24:19 +0800 > From: Gao Feng > > The return value of function macvlan_addr_busy is used as bool value, > so use bool value instead of integer number "1" and "0". > > Signed-off-by: Gao Feng Applied,

[PATCH net-next 1/1] driver: macvlan: Replace integer number with bool value

2016-11-13 Thread fgao
From: Gao Feng The return value of function macvlan_addr_busy is used as bool value, so use bool value instead of integer number "1" and "0". Signed-off-by: Gao Feng --- drivers/net/macvlan.c | 10 +- 1 file changed, 5 insertions(+), 5