Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit d1e5e2353eaa8f81e7d5af85c73a7aa89c2b824e Author: Antonio Quartulli antonio@meshcoding.com Date: Sun Nov 2 11:29:57 2014 +0100
batman-adv: remove useless return at the of a void function
Reported-by: checkpatch Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
d1e5e2353eaa8f81e7d5af85c73a7aa89c2b824e debugfs.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/debugfs.c b/debugfs.c index d9b9a8e..a497287 100644 --- a/debugfs.c +++ b/debugfs.c @@ -233,7 +233,6 @@ static int batadv_debug_log_setup(struct batadv_priv *bat_priv)
static void batadv_debug_log_cleanup(struct batadv_priv *bat_priv) { - return; } #endif