On Fri, Mar 31, 2017 at 09:43:48PM +0530, Arushi Singhal wrote: > 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; I don't see any need for this new empty line. -- 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