[ovs-dev] [PATCH 2/2] dp-packet.h: Fix a typo in #endif comment

YAMAMOTO Takashi yamamoto at valinux.co.jp
Wed Mar 4 06:00:55 UTC 2015


Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
---
 lib/dp-packet.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dp-packet.h b/lib/dp-packet.h
index d754984..9cae74d 100644
--- a/lib/dp-packet.h
+++ b/lib/dp-packet.h
@@ -477,4 +477,4 @@ static inline void dp_packet_set_dp_hash(struct dp_packet *p,
 }
 #endif
 
-#endif /* dp_packet.h */
+#endif /* dp-packet.h */
-- 
2.1.0




More information about the dev mailing list