diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2014-05-10 18:56:37 +0200 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2014-05-18 15:03:52 +0200 |
commit | f138694b15d164c64a0608b2ea36f7b153637565 (patch) | |
tree | 9e6571f5344750cb96f30776a83d5a6c5989e67d /net/batman-adv/distributed-arp-table.c | |
parent | 33fcc5e05ea2b43ce0c6d356424ee5e25406f4c2 (diff) | |
download | linux-rt-f138694b15d164c64a0608b2ea36f7b153637565.tar.gz |
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/distributed-arp-table.c')
-rw-r--r-- | net/batman-adv/distributed-arp-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c index b25fd64d727b..60889df808f3 100644 --- a/net/batman-adv/distributed-arp-table.c +++ b/net/batman-adv/distributed-arp-table.c @@ -662,6 +662,7 @@ static void batadv_dat_tvlv_container_update(struct batadv_priv *bat_priv) void batadv_dat_status_update(struct net_device *net_dev) { struct batadv_priv *bat_priv = netdev_priv(net_dev); + batadv_dat_tvlv_container_update(bat_priv); } |