From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Peter Lieverdink <linux@cafuego.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: include/linux/skbuff.h Typo
Date: Fri, 28 Nov 2003 00:47:54 -0200 [thread overview]
Message-ID: <20031128024754.GC11703@conectiva.com.br> (raw)
In-Reply-To: <6.0.0.22.2.20031128132414.01b15568@caffeine.cc.com.au>
Em Fri, Nov 28, 2003 at 01:26:17PM +1100, Peter Lieverdink escreveu:
> Compiling 2.6.0-test11 (PPC) errors out on line 844 of skbuff.h. I'm
> guessing the following patch makes it do what it should.
>
> - Peter.
>
>
> --- linux-2.6.0-test11/include/linux/skbuff_orig.h 2003-11-28
> 13:22:47.892405000 +1100
> +++ linux-2.6.0-test11/include/linux/skbuff.h 2003-11-28
> 13:20:02.142405000 +1100
> @@ -841,7 +841,7 @@
> SKB_LINEAR_ASSERT(skb);
> skb->tail += len;
> skb->len += len;
> - if (unlikely(skb=>tail>skb->end))
> + if (unlikely(skb->tail > skb->end))
> skb_over_panic(skb, len, current_text_addr());
> return tmp;
Sure thing, but what tree is this one you are using? I checked 2.6.0-test11
and there is no => thinko there...
- Arnaldo
prev parent reply other threads:[~2003-11-28 2:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-28 2:26 Peter Lieverdink
2003-11-28 2:47 ` Arnaldo Carvalho de Melo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031128024754.GC11703@conectiva.com.br \
--to=acme@conectiva.com.br \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@cafuego.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome