From: Antonio Quartulli Date: Sat, 16 Nov 2013 22:02:51 +0000 (+0100) Subject: batman-adv: remove returns at the end of void functions X-Git-Tag: v3.14-rc1~94^2~203^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ab33214e301c7987d19376dc07bcc16186b7cc;p=pandora-kernel.git 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-diff-tree failed