diff mbox

iptables: extensions: Place trailing */ on a separate line.

Message ID 20170330180031.GA3701@arushi-HP-Pavilion-Notebook
State Not Applicable
Delegated to: Pablo Neira
Headers show

Commit Message

Arushi Singhal March 30, 2017, 6 p.m. UTC
Solve the checkpatch issue:
"Block comments use a trailing */ on a separate line"

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 extensions/libebt_mark.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/extensions/libebt_mark.c b/extensions/libebt_mark.c
index 7b80b22..1cc2c2a 100644
--- a/extensions/libebt_mark.c
+++ b/extensions/libebt_mark.c
@@ -28,7 +28,8 @@  static int mark_supplied;
 static const struct option brmark_opts[] = {
 	{ .name = "mark-target",.has_arg = true,	.val = MARK_TARGET },
 	/* an oldtime messup, we should have always used the scheme
-	 * <extension-name>-<option> */
+	 * <extension-name>-<option>
+	 */
 	{ .name = "set-mark",	.has_arg = true,	.val = MARK_SETMARK },
 	{ .name = "mark-set",	.has_arg = true,	.val = MARK_SETMARK },
 	{ .name = "mark-or",	.has_arg = true,	.val = MARK_ORMARK },