Re: [PATCH] use simple_strtoul for unsigned kernel parameters

From: Jamie Lokier
Date: Mon Aug 18 2003 - 07:15:12 EST


Rusty Russell wrote:
> In message <20030818004618.GA5094@xxxxxxxxxxxxxxxxxx> you write:
> > The largest "unsigned int" value doesn't fit in a "long", on many machines.
> > So we should use simple_strtoul, not simple_strtol, to decode these values.
>
> Half right. The second part is fine, the first part is redundant

Do you mean the first part of the comment or the first part of the patch?

Assuming you mean the patch, you're right: the unsigned short case
doesn't need to be changed. It should be anyway because it is just
the right thing to do.

-- Jamie
-
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/