netfilter: ip6t_LOG: Fix a typo in a comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 6 Aug 2022 15:39:20 +0000 (17:39 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 9 Aug 2022 17:51:05 +0000 (19:51 +0200)
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>
include/uapi/linux/netfilter_ipv6/ip6t_LOG.h

index 23e91a9..0b7b16d 100644 (file)
@@ -17,4 +17,4 @@ struct ip6t_log_info {
        char prefix[30];
 };
 
-#endif /*_IPT_LOG_H*/
+#endif /* _IP6T_LOG_H */