]> Pileus Git - ~andy/linux/blobdiff - drivers/net/vxlan.c
Merge remote-tracking branches 'asoc/fix/da732x' and 'asoc/fix/sta32x' into asoc...
[~andy/linux] / drivers / net / vxlan.c
index 3d6cd1c52e955ac971e7949be501a668954f59eb..b0f705c2378f9ac683c526e7f12440eab7b40293 100644 (file)
@@ -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;