]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 9 Aug 2018 12:48:04 +0000 (14:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Aug 2018 21:02:50 +0000 (14:02 -0700)
commitfb1b94de7fe39b783f911c19d67ab26698d51f5b
treeb6c0c325912073b164aeea45f5586b315dbb26a5
parente7b80d20adbe7bfe820dcefd715bebe3b3a18b28
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>
drivers/s390/net/qeth_l3_main.c