commit | 61d03535e4be3a46c1e171a25458237e343195e3 | [log] [tgz] |
---|---|---|
author | Yaowei Bai <bywxiaobai@163.com> | Thu Oct 08 21:28:54 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 09 07:48:59 2015 -0700 |
tree | bb15489d3229944346f8299373a79c275eb423b1 | |
parent | 8cec75bd85cc26f81e85eb20e863cc564d354113 [diff] |
net/netlink: lockdep_genl_is_held can be boolean This patch makes lockdep_genl_is_held return bool to improve readability 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>