]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Use bool as return type for boolean functions
authorSven Eckelmann <sven@narfation.org>
Mon, 22 Feb 2016 20:02:39 +0000 (21:02 +0100)
committerAntonio Quartulli <a@unstable.cc>
Tue, 10 May 2016 10:28:54 +0000 (18:28 +0800)
commit7b84aca4b290b98da3e1464051610fad5d9d520b
treec3dc63c67671262f1abb68fbb4dccc7adacdb3f9
parent313fd7a0e48d3911049bd3a2aa6e8782b0bf9600
batman-adv: Use bool as return type for boolean functions

It is easier to understand that the returned value of a specific function
doesn't have to be 0 when the functions was successful when the actual
return type is bool. This is especially true when all surrounding functions
with return type int use negative values to return the error code.

Reported-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
18 files changed:
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bitarray.c
net/batman-adv/bitarray.h
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/bridge_loop_avoidance.h
net/batman-adv/debugfs.c
net/batman-adv/distributed-arp-table.c
net/batman-adv/hard-interface.c
net/batman-adv/hash.h
net/batman-adv/main.h
net/batman-adv/network-coding.c
net/batman-adv/originator.c
net/batman-adv/originator.h
net/batman-adv/routing.c
net/batman-adv/routing.h
net/batman-adv/soft-interface.c
net/batman-adv/soft-interface.h
net/batman-adv/translation-table.c