Re: select(0,NULL,NULL,NULL,&t1) used for delay

From: Jesper Juhl
Date: Thu Oct 06 2005 - 09:29:27 EST


On 10/6/05, Jesper Juhl <jesper.juhl@xxxxxxxxx> wrote:
> On 10/6/05, Madhu K.S. <madhu.subbaiah@xxxxxxxxx> wrote:
[snip]
> > + usec *= (1000000/HZ);
> Small style thing: usec *= (1000000 / HZ);
>
Ohh and the parenthesis are not needed.
usec *= 1000000 / HZ;

[snip]
--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/