diff options
author | Daniel Baluta <dbaluta@ixiacom.com> | 2014-01-31 09:50:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-01 16:58:02 -0800 |
commit | 4fe46b9a4d0b5eef96867e6d5134159e5a65d2a5 (patch) | |
tree | 2599c1a3bc4eda95edd1d53cb49e6fca36649bdb /drivers/net/vxlan.c | |
parent | e95c3edaaa4547387b36fbe13f27fa8cd788ebbc (diff) |
vxlan: remove extra newline after function definition
Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan.c')
-rw-r--r-- | drivers/net/vxlan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 3d6cd1c52e95..b0f705c2378f 100644 --- 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; |