commit | f06cc7b284f3dfb2c5decbf9fde711b50a530050 | [log] [tgz] |
---|---|---|
author | Yaowei Bai <bywxiaobai@163.com> | Thu Oct 08 21:29:01 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 09 07:49:05 2015 -0700 |
tree | aba136a28deafd4b74df4794eea4dc4da4554157 | |
parent | c3225164cf60ccecce2459dcb5813dd798233f2d [diff] |
net/inetdevice: bad_mask can be boolean This patch makes bad_mask 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>