From: Yaowei Bai
Date: Thu, 8 Oct 2015 21:28:53 +0800
> This patchset makes several functions in net return bool to improve
> readability and/or simplicity because these functions only use one
> or zero as their return value.
>
> No functional changes.
Series applied, thank you.
--
To unsubscr
This patchset makes several functions in net return bool to improve
readability and/or simplicity because these functions only use one
or zero as their return value.
No functional changes.
Yaowei Bai (9):
net/netlink: lockdep_genl_is_held can be boolean
net/ieee80211: ieee80211_is_* can be bo