Skip to content

Commit

Permalink
batman-adv: Use common declaration order in *_send_skb_(packet|unicast)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
  • Loading branch information
Antonio Quartulli authored and Antonio Quartulli committed May 29, 2015
1 parent 01b97a3 commit 8ea64e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/batman-adv/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ int batadv_send_skb_unicast(struct batadv_priv *bat_priv,
struct batadv_orig_node *orig_node,
unsigned short vid)
{
struct ethhdr *ethhdr;
struct batadv_unicast_packet *unicast_packet;
struct ethhdr *ethhdr;
int ret = NET_XMIT_DROP;

if (!orig_node)
Expand Down

0 comments on commit 8ea64e2

Please sign in to comment.