Merge branch 'net-bool'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Oct 2015 14:49:08 +0000 (07:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Oct 2015 14:49:08 +0000 (07:49 -0700)
commit4d886d65ed89f2572727c354162341a4c106a963
treee6fd3232b0e38cac01154eada278a18bcb234ca2
parent8cec75bd85cc26f81e85eb20e863cc564d354113
parent0cbf334376d5e82d7a2f5cd234ca4f5d0843f3ea
Merge branch 'net-bool'

Yaowei Bai says:

====================
net: small improvement

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>