]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/inetdevice: inet_ifa_match can be boolean
authorYaowei Bai <bywxiaobai@163.com>
Thu, 8 Oct 2015 13:29:00 +0000 (21:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Oct 2015 14:49:03 +0000 (07:49 -0700)
commitc3225164cf60ccecce2459dcb5813dd798233f2d
tree07f4a8839d6826e0fd886946c6c9c6886b0eeaa3
parent45ae74f56162e7a017c3a4e130cf1bcd8d2d17cc
net/inetdevice: inet_ifa_match can be boolean

This patch makes inet_ifa_match return bool due to this
particular function only using either one or zero as its return
value.

No functional change.

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/inetdevice.h