Add blank line after the declaration of variable to follow kernel coding style. Signed-off-by: Arushi Singhal <arushisinghal19971997@xxxxxxxxx> --- iptables/getethertype.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iptables/getethertype.c b/iptables/getethertype.c index 027ef4a..bf3e408 100644 --- a/iptables/getethertype.c +++ b/iptables/getethertype.c @@ -75,6 +75,7 @@ struct ethertypeent *getethertypeent(void) { char *e; char *endptr; + register char *cp, **q; if (etherf == NULL -- 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