[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1391154612-5682-1-git-send-email-dbaluta@ixiacom.com>
Date: Fri, 31 Jan 2014 09:50:12 +0200
From: Daniel Baluta <dbaluta@...acom.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, Daniel Baluta <dbaluta@...acom.com>
Subject: [PATCH][trivial] vxlan: remove extra newline after function definition
Signed-off-by: Daniel Baluta <dbaluta@...acom.com>
---
drivers/net/vxlan.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 026a313..e933648 100644
--- a/drivers/net/vxlan.c
+++ b/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 */
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;
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists