[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <39e6f6c70703041940u38fd7c9ds3407f3e61cdcb050@mail.gmail.com>
Date: Mon, 5 Mar 2007 00:40:19 -0300
From: "Arnaldo Carvalho de Melo" <arnaldo.melo@...il.com>
To: "David Miller" <davem@...emloft.net>
Cc: "Stephen Hemminger" <shemminger@...ux-foundation.org>,
"Netdev List" <netdev@...r.kernel.org>
Subject: Re: [PATCH][UDP]: Fix "whitespace" cleanup
On 3/5/07, Arnaldo Carvalho de Melo <acme@...stprotocols.net> wrote:
> Hi David, Stephen
>
> Whitespace cleanups have to pass the compile test too ;-) This
> is just in net-2.6.22 tho :-)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
>
There is one more problem:
- __u16 destp = ntohs(inet->dport);
- __u16 srcp = ntohs(inet->sport);
+ __u16 dest = ntohs(inet->dport);
+ __u16 srcp = ntohs(inet->sport);
It changes 'destp' to dest, and there is already a dest variable,
updated patch attached,
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
View attachment "udp.patch" of type "text/x-patch" (847 bytes)
Powered by blists - more mailing lists