Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fe46b9a authored by Daniel Baluta's avatar Daniel Baluta Committed by David S. Miller
Browse files

vxlan: remove extra newline after function definition

parent e95c3eda
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;