[ovs-dev] [PATCH ovn] mac-learn: Fix build due to missing newline at EOF.

Dumitru Ceara dceara at redhat.com
Mon Feb 22 09:56:37 UTC 2021


Fixes: 2c5e546f3486 ("controller: Split mac learning code to a separate file.")
Signed-off-by: Dumitru Ceara <dceara at redhat.com>
---
 controller/mac-learn.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controller/mac-learn.h b/controller/mac-learn.h
index 7a7897e..e7e8ba2 100644
--- a/controller/mac-learn.h
+++ b/controller/mac-learn.h
@@ -63,4 +63,4 @@ struct fdb_entry *ovn_fdb_add(struct hmap *fdbs,
                                 uint32_t dp_key, struct eth_addr mac,
                                 uint32_t port_key);
 
-#endif /* OVN_MAC_LEARN_H */
\ No newline at end of file
+#endif /* OVN_MAC_LEARN_H */
-- 
1.8.3.1



More information about the dev mailing list