From 82ab33214e301c7987d19376dc07bcc16186b7cc Mon Sep 17 00:00:00 2001 From: Antonio Quartulli Date: Sat, 16 Nov 2013 23:02:51 +0100 Subject: [PATCH] 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 Signed-off-by: Marek Lindner --- Reading git-format-patch failed