Only network-coding.h is using "return;" inside void stub functions. This is not a consistent with the rest of the code, therefore don't continue to do as such. (Other stub functions will be cleaned later)
Introduced by 7dd9d8992b0c197ba656a6d9a70966cea10fc2d9 ("batman-adv: tvlv - add network coding container")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com --- network-coding.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/network-coding.h b/network-coding.h index 8a97b40..d2f110c 100644 --- a/network-coding.h +++ b/network-coding.h @@ -49,7 +49,6 @@ int batadv_nc_init_debugfs(struct batadv_priv *bat_priv);
static inline void batadv_nc_status_update(struct net_device *net_dev) { - return; }
static inline int batadv_nc_init(struct batadv_priv *bat_priv)