aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/network-coding.c
diff options
context:
space:
mode:
authorAntonio Quartulli <antonio@meshcoding.com>2014-05-10 18:56:37 +0200
committerAntonio Quartulli <antonio@meshcoding.com>2014-05-18 15:03:52 +0200
commitf138694b15d164c64a0608b2ea36f7b153637565 (patch)
tree9e6571f5344750cb96f30776a83d5a6c5989e67d /net/batman-adv/network-coding.c
parentMerge branch 'cdc_ncm-coalesce' (diff)
downloadlinux-dev-f138694b15d164c64a0608b2ea36f7b153637565.tar.xz
linux-dev-f138694b15d164c64a0608b2ea36f7b153637565.zip
batman-adv: add blank line between declarations and the rest of the code
Reported by checkpatch with the following message: "WARNING: Missing a blank line after declarations" Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/network-coding.c')
-rw-r--r--net/batman-adv/network-coding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/network-coding.c b/net/batman-adv/network-coding.c
index a9546fe541eb..40a2fc4bcf4c 100644
--- a/net/batman-adv/network-coding.c
+++ b/net/batman-adv/network-coding.c
@@ -86,6 +86,7 @@ static void batadv_nc_tvlv_container_update(struct batadv_priv *bat_priv)
void batadv_nc_status_update(struct net_device *net_dev)
{
struct batadv_priv *bat_priv = netdev_priv(net_dev);
+
batadv_nc_tvlv_container_update(bat_priv);
}