[dpdk-dev] [PATCH 5/8] examples/l2fwd: follow convention for block comments

Anoob Joseph anoob.joseph at caviumnetworks.com
Mon Oct 8 12:41:22 CEST 2018


Block comments need to use trailing */ on a separate line.

Signed-off-by: Anoob Joseph <anoob.joseph at caviumnetworks.com>
---
 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



More information about the dev mailing list