netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][trivial] vxlan: remove extra newline after function definition
@ 2014-01-31  7:50 Daniel Baluta
  2014-02-02  0:58 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Baluta @ 2014-01-31  7:50 UTC (permalink / raw)
  To: davem; +Cc: netdev, Daniel Baluta

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-02  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31  7:50 [PATCH][trivial] vxlan: remove extra newline after function definition Daniel Baluta
2014-02-02  0:58 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).