* Re: Linux 2.6.17.14
[not found] <20061016220426.GA9194@kroah.com>
@ 2006-10-17 8:41 ` Jarek Poplawski
0 siblings, 0 replies; only message in thread
From: Jarek Poplawski @ 2006-10-17 8:41 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel, netdev, davem
On 17-10-2006 00:04, Greg KH wrote:
...
> diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c
> index dfb300b..0f42544 100644
> --- a/net/sched/cls_basic.c
> +++ b/net/sched/cls_basic.c
> @@ -197,7 +197,7 @@ static int basic_change(struct tcf_proto
> if (handle)
> f->handle = handle;
> else {
> - int i = 0x80000000;
> + unsigned int i = 0x80000000;
> do {
> if (++head->hgenerator == 0x7FFFFFFF)
> head->hgenerator = 1;
} while (--i > 0 && basic_get(tp, head->hgenerator));
if (i <= 0) {
...
I know it should be seen earlier but maybe somebody
should make it less funny at a next chance:
if (i == 0) {
Jarek P.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-17 8:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20061016220426.GA9194@kroah.com>
2006-10-17 8:41 ` Linux 2.6.17.14 Jarek Poplawski
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).