Re: [PATCH] synclink drivers bool conversion

From: Paul Fulghum
Date: Mon Mar 10 2008 - 17:18:45 EST


Joe Perches wrote:

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

include/linux/synclink.h | 4 -
drivers/char/pcmcia/synclink_cs.c | 125 +++++++++---------
drivers/char/synclink.c | 258 ++++++++++++++++++-------------------
drivers/char/synclink_gt.c | 102 ++++++++--------
drivers/char/synclinkmp.c | 157 +++++++++++-----------
5 files changed, 319 insertions(+), 327 deletions(-)

Acked-by: Paul Fulghum <paulkf@xxxxxxxxxxxxx>

Andrew, Here is Joe's original patch description:

Remove more TRUE/FALSE defines and uses
Remove == TRUE tests
Convert BOOLEAN to bool
Convert int to bool where appropriate

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