Re: [PATCH][TRIVIAL] Bugzilla bug # 322 - double logical operator drivers/char/sx.c

From: Rahul Karnik (rahul@genebrew.com)
Date: Wed Aug 06 2003 - 23:12:48 EST


Rahul Karnik wrote:

> Actually (correct me if I am wrong, but doesn't:
>
> for(int i = 0; i < TIMEOUT > 0; i++)
>
> translate to:
>
> for(int i = 1; i < TIMEOUT; i++)
>
> rather than:
>
> for(int i = 0; i < TIMEOUT; i++)?

Never mind. I was smoking something.

Thanks,
Rahul

-- 
Rahul Karnik
rahul@genebrew.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:36 EST