mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
vxlan: remove extra newline after function definition
Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e95c3edaaa
commit
4fe46b9a4d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user