netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix typo in net/ipv4/ip_input.c
@ 2003-09-12 16:27 Arnaldo Carvalho de Melo
  2003-09-13  0:05 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2003-09-12 16:27 UTC (permalink / raw)
  To: Harald Welte; +Cc: David S. Miller, Bart De Schuymer, netfilter-devel, netdev

Hi Harald, Dave,

	Please apply.

- Arnaldo

===== net/ipv4/ip_input.c 1.18 vs edited =====
--- 1.18/net/ipv4/ip_input.c	Thu Sep 11 20:46:34 2003
+++ edited/net/ipv4/ip_input.c	Fri Sep 12 16:17:06 2003
@@ -201,7 +201,7 @@
 
 #ifdef CONFIG_NETFILTER_DEBUG
 	nf_debug_ip_local_deliver(skb);
-	skb->nf_debug =3D 0;
+	skb->nf_debug = 0;
 #endif /*CONFIG_NETFILTER_DEBUG*/
 
 	__skb_pull(skb, ihl);

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

* Re: [PATCH] fix typo in net/ipv4/ip_input.c
  2003-09-12 16:27 [PATCH] fix typo in net/ipv4/ip_input.c Arnaldo Carvalho de Melo
@ 2003-09-13  0:05 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-09-13  0:05 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: laforge, bdschuym, netfilter-devel, netdev

On Fri, 12 Sep 2003 13:27:30 -0300
Arnaldo Carvalho de Melo <acme@conectiva.com.br> wrote:

> 	Please apply.

Applied.

This happens because of the encoding Harald uses for his
emails, when I save the email in the default way using
"Ctrl-s" in Sylpheed, I get all of those weird space and
newline characters.  I have to save it in a different way
to avoid this problem and I forgot to do that this time :(

Usually the patch fails to apply when I make this mistake,
unfortunately this time it did not.

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

end of thread, other threads:[~2003-09-13  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 16:27 [PATCH] fix typo in net/ipv4/ip_input.c Arnaldo Carvalho de Melo
2003-09-13  0:05 ` David S. Miller

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).