[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101103145713.GA2000@jenkins.mit.edu>
Date: Wed, 3 Nov 2010 07:57:13 -0700
From: Brandon Philips <brandon@...p.org>
To: Marek Belisko <marek.belisko@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...e.de>, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 7/9] staging: ft1000: Get rid of BOOLEAN typedef usage.
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists