The following commit has been merged in the batman-adv/next branch: commit e278ff532ecb28098d7594b3fb5b444f0afde298 Author: Marek Lindner lindner_marek@yahoo.de Date: Tue Jun 26 12:00:34 2012 +0200
batman-adv: fix multiline comment complaint
Regression introduced with: a81d0f914409c04cbefafb8b4ccf2de4cc50458f
Signed-off-by: Marek Lindner lindner_marek@yahoo.de Signed-off-by: Antonio Quartulli ordex@autistici.org
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index da3c8ba..2b3842b 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -390,7 +390,8 @@ struct net_device *batadv_softif_create(const char *name) bat_priv = netdev_priv(soft_iface);
/* batadv_interface_stats() needs to be available as soon as - * register_netdevice() has been called */ + * register_netdevice() has been called + */ bat_priv->bat_counters = __alloc_percpu(cnt_len, __alignof__(uint64_t)); if (!bat_priv->bat_counters) goto free_soft_iface;