Browse Source

vxlan: remove extra newline after function definition

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Daniel Baluta 11 years ago
parent
commit
4fe46b9a4d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/vxlan.c

+ 0 - 1
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 */
 /* Look up Ethernet address in forwarding table */
 static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan,
 static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan,
 					const u8 *mac)
 					const u8 *mac)
-
 {
 {
 	struct hlist_head *head = vxlan_fdb_head(vxlan, mac);
 	struct hlist_head *head = vxlan_fdb_head(vxlan, mac);
 	struct vxlan_fdb *f;
 	struct vxlan_fdb *f;