Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: ip6t_LOG: Fix a typo in a comment

s/_IPT_LOG_H/_IP6T_LOG_H/

While at it add some surrounding space to ease reading.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Christophe JAILLET and committed by
Pablo Neira Ayuso
13494168 36d5b291

+1 -1
+1 -1
include/uapi/linux/netfilter_ipv6/ip6t_LOG.h
··· 17 17 char prefix[30]; 18 18 }; 19 19 20 - #endif /*_IPT_LOG_H*/ 20 + #endif /* _IP6T_LOG_H */