24 Jul
2008
24 Jul
'08
6:55 a.m.
On Wed, Jul 23, 2008 at 9:08 PM, Jon Smirl jonsmirl@gmail.com wrote:
Please use "unsigned int" instead of "uint".
Why? uint is a standard Linux kernel definition. I almost made them all u32.
For consistency. The rest of the source file doesn't use the abbreviated types. Also, sized integer types like u32 should only be used when the variable must have a certain number of bits, so you shouldn't use u32 as a general purpose integer type.
--
Timur Tabi
Linux kernel developer at Freescale