netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iptables: extensions: Place trailing */ on a separate line.
@ 2017-03-30 18:00 Arushi Singhal
  0 siblings, 0 replies; only message in thread
From: Arushi Singhal @ 2017-03-30 18:00 UTC (permalink / raw)
  To: netfilter-devel; +Cc: outreachy-kernel

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-30 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-30 18:00 [PATCH] iptables: extensions: Place trailing */ on a separate line Arushi Singhal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).