Commit aa143d2837325d66150e1566b22b61f0c7a843c9

Authored by Antonio Quartulli
1 parent 9687a31c84

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>

Showing 4 changed files with 4 additions and 0 deletions Side-by-side Diff

net/batman-adv/debugfs.c
... ... @@ -404,6 +404,7 @@
404 404 .release = single_release, \
405 405 }, \
406 406 }
  407 +
407 408 static BATADV_HARDIF_DEBUGINFO(originators, S_IRUGO,
408 409 batadv_originators_hardif_open);
409 410  
net/batman-adv/distributed-arp-table.c
... ... @@ -1100,6 +1100,7 @@
1100 1100 batadv_dat_send_data(bat_priv, skb, ip_src, BATADV_P_DAT_DHT_PUT);
1101 1101 batadv_dat_send_data(bat_priv, skb, ip_dst, BATADV_P_DAT_DHT_PUT);
1102 1102 }
  1103 +
1103 1104 /**
1104 1105 * batadv_dat_snoop_incoming_arp_reply - snoop the ARP reply and fill the local
1105 1106 * DAT storage only
net/batman-adv/gateway_client.c
... ... @@ -775,6 +775,7 @@
775 775  
776 776 return ret;
777 777 }
  778 +
778 779 /**
779 780 * batadv_gw_out_of_range - check if the dhcp request destination is the best gw
780 781 * @bat_priv: the bat priv with all the soft interface information
net/batman-adv/packet.h
... ... @@ -198,6 +198,7 @@
198 198 uint8_t type; /* bla_claimframe */
199 199 __be16 group; /* group id */
200 200 };
  201 +
201 202 #pragma pack()
202 203  
203 204 /**