[5/8] examples/l2fwd: follow convention for block comments

Message ID 1538995285-2040-6-git-send-email-anoob.joseph@caviumnetworks.com (mailing list archive)
State Rejected, archived
Delegated to: Thomas Monjalon
Headers
Series examples/l2fwd: fix checkpatch reported issues |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Anoob Joseph Oct. 8, 2018, 10:41 a.m. UTC
  Block comments need to use trailing */ on a separate line.

Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com>
---
 examples/l2fwd/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

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,
 };