netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND (v2) PATCH] netfilter: Fix a typo in a comment
@ 2022-08-06 15:39 Christophe JAILLET
  2022-08-09 17:51 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe JAILLET @ 2022-08-06 15:39 UTC (permalink / raw)
  To: pablo, kadlec, fw
  Cc: netfilter-devel, coreteam, linux-kernel, kernel-janitors,
	Christophe JAILLET

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>
---
Resend including the netfilter maintainers.

Does MAINTAINERS need some adjustement?
  ./scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nol include/uapi/linux/netfilter_ipv6/ip6t_LOG.h
doesn't find anything.

(this a second resend. The Message-Id was the same as the initial message and
it puzzled ML. Sorry for the noise)
---
 include/uapi/linux/netfilter_ipv6/ip6t_LOG.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/netfilter_ipv6/ip6t_LOG.h b/include/uapi/linux/netfilter_ipv6/ip6t_LOG.h
index 23e91a9c2583..0b7b16dbdec2 100644
--- a/include/uapi/linux/netfilter_ipv6/ip6t_LOG.h
+++ b/include/uapi/linux/netfilter_ipv6/ip6t_LOG.h
@@ -17,4 +17,4 @@ struct ip6t_log_info {
 	char prefix[30];
 };
 
-#endif /*_IPT_LOG_H*/
+#endif /* _IP6T_LOG_H */
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [RESEND (v2) PATCH] netfilter: Fix a typo in a comment
  2022-08-06 15:39 [RESEND (v2) PATCH] netfilter: Fix a typo in a comment Christophe JAILLET
@ 2022-08-09 17:51 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2022-08-09 17:51 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: kadlec, fw, netfilter-devel, coreteam, linux-kernel, kernel-janitors

On Sat, Aug 06, 2022 at 05:39:20PM +0200, Christophe JAILLET wrote:
> s/_IPT_LOG_H/_IP6T_LOG_H/
> 
> While at it add some surrounding space to ease reading.

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-09 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-06 15:39 [RESEND (v2) PATCH] netfilter: Fix a typo in a comment Christophe JAILLET
2022-08-09 17:51 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).