commit | c3225164cf60ccecce2459dcb5813dd798233f2d | [log] [tgz] |
---|---|---|
author | Yaowei Bai <bywxiaobai@163.com> | Thu Oct 08 21:29:00 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 09 07:49:03 2015 -0700 |
tree | 07f4a8839d6826e0fd886946c6c9c6886b0eeaa3 | |
parent | 45ae74f56162e7a017c3a4e130cf1bcd8d2d17cc [diff] |
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>