diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2016-07-06 10:49:29 +0800 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2016-08-09 07:54:31 +0200 |
commit | 4fd261bf586b0fc932d5fd20d9b1648547b16eca (patch) | |
tree | b3f6a75adbb980481b03228614330920743e96c4 /net/sctp/sm_statetable.c | |
parent | 57b125029c0483ae53abf6d5d26c3eaa1b521573 (diff) | |
download | linux-4fd261bf586b0fc932d5fd20d9b1648547b16eca.tar.gz linux-4fd261bf586b0fc932d5fd20d9b1648547b16eca.tar.bz2 linux-4fd261bf586b0fc932d5fd20d9b1648547b16eca.zip |
batman-adv: fix boolreturn.cocci warnings
net/batman-adv/bridge_loop_avoidance.c:1105:9-10: WARNING: return of 0/1 in function 'batadv_bla_process_claim' with return type bool
Return statements in functions returning bool should use
true/false instead of 1/0.
Generated by: scripts/coccinelle/misc/boolreturn.cocci
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/sctp/sm_statetable.c')
0 files changed, 0 insertions, 0 deletions