Re: [PATCH 3/6] dgnc: convert TRUE/FALSE #defines to 1/0

From: Dan Carpenter
Date: Thu Mar 12 2015 - 14:59:43 EST


On Thu, Mar 12, 2015 at 08:14:25PM +0200, Giedrius StatkeviÄius wrote:
> TRUE/FALSE defined in dgnc_types.h are only used in dgnc_tty.c thus it
> would be better to just use 1/0 to avoid unnecessary extra files and
> includes.
>

Use true/false. I don't care much about this personally but true/false
is kernel style these days.

regards,
dan carpenter

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