Re: [PATCH 0/9] net: small improvement

2015-10-09 Thread David Miller
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

[PATCH 0/9] net: small improvement

2015-10-08 Thread Yaowei Bai
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