]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb8ada1ad0ce356424ab0fda28b8a2c05682923c7
treee6fd3232b0e38cac01154eada278a18bcb234ca2
parentb6124aa9dc255dce62d675b3f23603c08a0accec
parent21d29fa20f4316d62eb2614a75cbd904d314341d
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>