Skip to content

Commit 1349416

Browse files
tititiou36ummakynes
authored andcommitted
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 <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
1 parent 36d5b29 commit 1349416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/netfilter_ipv6/ip6t_LOG.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ struct ip6t_log_info {
1717
char prefix[30];
1818
};
1919

20-
#endif /*_IPT_LOG_H*/
20+
#endif /* _IP6T_LOG_H */

0 commit comments

Comments
 (0)