]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: remove returns at the end of void functions
authorAntonio Quartulli <antonio@meshcoding.com>
Sat, 16 Nov 2013 22:02:51 +0000 (23:02 +0100)
committerAntonio Quartulli <antonio@meshcoding.com>
Sun, 12 Jan 2014 13:41:18 +0000 (14:41 +0100)
commit485752af14d5a91f37e7b08d1f2b3fbee2918f6c
tree1de682d3a682dfec30cbfe273e379ed470d0f860
parent149fc716558b65db4e1d697762e9317a12d856b1
batman-adv: remove returns at the end of void functions

Return at the end of void functions is not needed.

Since most of the void functions in the code do not do so,
make all the others consistent by removing the useless
returns. Actually all the functions to be "fixed" are in
network-coding.h only.

Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
net/batman-adv/network-coding.h