Solve the checkpatch issue: "Block comments use a trailing */ on a separate line" Signed-off-by: Arushi Singhal <arushisinghal19971997@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html