vxlan: remove extra newline after function definition
authorDaniel Baluta <dbaluta@ixiacom.com>
Fri, 31 Jan 2014 07:50:12 +0000 (09:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Feb 2014 00:58:02 +0000 (16:58 -0800)
Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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;
This page took 0.034086 seconds and 5 git commands to generate.