diff options
author | Antonio Quartulli | 2014-05-10 18:56:37 +0200 |
---|---|---|
committer | Antonio Quartulli | 2014-05-18 15:03:52 +0200 |
commit | f138694b15d164c64a0608b2ea36f7b153637565 (patch) | |
tree | 9e6571f5344750cb96f30776a83d5a6c5989e67d /net/batman-adv/network-coding.c | |
parent | 33fcc5e05ea2b43ce0c6d356424ee5e25406f4c2 (diff) |
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.c | 1 |
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); } |