Searched hist:c7743c42 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ssb/ |
H A D | driver_gige.c | c7743c42 Sat Aug 04 19:04:53 CDT 2018 Gustavo A. R. Silva <gustavo@embeddedor.com> ssb: driver_gige: use true and false for boolean values
Return statements in functions returning bool should use true or false instead of an integer value.
This code was detected with the help of Coccinelle.
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Reviewed-by: Michael Buesch <m@bues.ch> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> c7743c42 Sat Aug 04 19:04:53 CDT 2018 Gustavo A. R. Silva <gustavo@embeddedor.com> ssb: driver_gige: use true and false for boolean values Return statements in functions returning bool should use true or false instead of an integer value. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Reviewed-by: Michael Buesch <m@bues.ch> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|