projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e95c3ed
)
vxlan: remove extra newline after function definition
author
Daniel Baluta
<dbaluta@ixiacom.com>
Fri, 31 Jan 2014 07:50:12 +0000
(09:50 +0200)
committer
David S. Miller
<davem@davemloft.net>
Sun, 2 Feb 2014 00:58:02 +0000
(16:58 -0800)
Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
patch
|
blob
|
history
diff --git
a/drivers/net/vxlan.c
b/drivers/net/vxlan.c
index 3d6cd1c52e955ac971e7949be501a668954f59eb..b0f705c2378f9ac683c526e7f12440eab7b40293 100644
(file)
--- a/
drivers/net/vxlan.c
+++ b/
drivers/net/vxlan.c
@@
-469,7
+469,6
@@
static inline struct hlist_head *vxlan_fdb_head(struct vxlan_dev *vxlan,
/* Look up Ethernet address in forwarding table */
static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan,
const u8 *mac)
-
{
struct hlist_head *head = vxlan_fdb_head(vxlan, mac);
struct vxlan_fdb *f;