projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01b97a3
)
batman-adv: Use common declaration order in *_send_skb_(packet|unicast)
author
Antonio Quartulli
<antonio@open-mesh.com>
Mon, 11 May 2015 18:34:52 +0000
(20:34 +0200)
committer
Antonio Quartulli
<antonio@meshcoding.com>
Fri, 29 May 2015 08:13:37 +0000
(10:13 +0200)
Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
net/batman-adv/send.c
patch
|
blob
|
blame
|
history
diff --git
a/net/batman-adv/send.c
b/net/batman-adv/send.c
index fa70ae8c9fe8010a57f510a4b01575cbb927ecfd..23635bd63fec8df7ba2d0fe21d08d574308080ca 100644
(file)
--- a/
net/batman-adv/send.c
+++ b/
net/batman-adv/send.c
@@
-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)