Add blank line after declaration as reported by checkpatch.pl. Signed-off-by: Arushi Singhal <arushisinghal19971997@xxxxxxxxx> --- extensions/libip6t_mh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/libip6t_mh.c b/extensions/libip6t_mh.c index f4c0fd9..ee17182 100644 --- a/extensions/libip6t_mh.c +++ b/extensions/libip6t_mh.c @@ -49,6 +49,7 @@ static const struct mh_name mh_names[] = { static void print_types_all(void) { unsigned int i; + printf("Valid MH types:"); for (i = 0; i < ARRAY_SIZE(mh_names); ++i) { -- 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