diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2014-09-01 16:37:27 +0400 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-01-07 19:21:55 +0300 |
commit | aa143d2837325d66150e1566b22b61f0c7a843c9 (patch) | |
tree | e9837b0373b14308c4b850aaf24b0280d0295492 /net/batman-adv/gateway_client.c | |
parent | 9687a31c84d7eca038a5335d8d804c11bd5d8653 (diff) | |
download | linux-aa143d2837325d66150e1566b22b61f0c7a843c9.tar.xz |
batman-adv: checkpatch - Please use 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/gateway_client.c')
-rw-r--r-- | net/batman-adv/gateway_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/gateway_client.c b/net/batman-adv/gateway_client.c index e0bcf9e84273..27649e85f3f6 100644 --- a/net/batman-adv/gateway_client.c +++ b/net/batman-adv/gateway_client.c @@ -775,6 +775,7 @@ batadv_gw_dhcp_recipient_get(struct sk_buff *skb, unsigned int *header_len, return ret; } + /** * batadv_gw_out_of_range - check if the dhcp request destination is the best gw * @bat_priv: the bat priv with all the soft interface information |