commit | 1a363b0d3bdc7ee369d1f46f2ed7538b1d9481c7 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Thu Aug 09 14:48:04 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 09 14:02:50 2018 -0700 |
tree | b6c0c325912073b164aeea45f5586b315dbb26a5 | |
parent | f15cdaf237e9acc2ee14663ba53b872a27ee7015 [diff] |
s390/qeth: use true and false for boolean values Return statements in functions returning bool should use true or false instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>