On Sun, Sep 06, 2015 at 09:15:51AM +0200, Jan Engelhardt wrote: > > On Sunday 2015-09-06 08:22, Ville Skyttä wrote: > > > >-/* print a given ip including mask if neccessary */ > >+/* Print a given ip including mask if necessary. > >+ */ > > static void print_ip(const char *prefix, const struct in6_addr *ip, > > const struct in6_addr *mask, int invert) > > { > > Hm that really looks worse than it did before. It's not so bad. I have manually mangled the patch so it sticks to the format when the comments fit into one line, ie. +/* Print a given ip including mask if necessary. */ @Ville: I forgot to indicate that comments that fit into one line look like above. The format below ... /* ... Only applies when the comment that doesn't it into one line for * whatever reason. */ I hope it clarifies. So applied, thanks for following up Ville. -- 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