Block comments need to use trailing */ on a separate line.
Signed-off-by: Anoob Joseph <[email protected]>
---
examples/l2fwd/main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/l2fwd/main.c b/examples/l2fwd/main.c
index cbcd604..deebef5 100644
--- a/examples/l2fwd/main.c
+++ b/examples/l2fwd/main.c
@@ -366,7 +366,8 @@ enum {
/* long options mapped to a short option */
/* first long only option value must be >= 256, so that we won't
- * conflict with short options */
+ * conflict with short options
+ */
CMD_LINE_OPT_MIN_NUM = 256,
};
--
2.7.4