Re: [PATCH 7/9] staging: ft1000: Get rid of BOOLEAN typedef usage.

From: Brandon Philips
Date: Wed Nov 03 2010 - 10:58:29 EST


On 11:19 Wed 03 Nov 2010, Marek Belisko wrote:
> - BOOLEAN bGoodVersion;
> + u8 bGoodVersion;

Please use the bool type instead of u8. Might as well do FALSE/TRUE ->
false/true while you are at it :)

Cheers,

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