Re: [PATCH net-next] netlink: remove bool varible

2014-07-16 Thread David Miller
From: varkabhad...@gmail.com Date: Wed, 16 Jul 2014 10:59:47 +0530 > From: Varka Bhadram > > This patch removes the bool variable 'pass'. > If the swith case exist return true or return false. > > Signed-off-by: Varka Bhadram This is fine, applied, thanks. -- To unsubscribe from this list: se

[PATCH net-next] netlink: remove bool varible

2014-07-15 Thread varkabhadram
From: Varka Bhadram This patch removes the bool variable 'pass'. If the swith case exist return true or return false. Signed-off-by: Varka Bhadram --- net/netlink/af_netlink.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/netlink/af_netlink.c b/net/netlink/af