On Mon, 2015-05-25 at 23:25 +0530, Shailendra Verma wrote: > The variable translate is bool type.So assigning true instead of 1.
There are a lot these in the kernel. $ git grep -P "^[ \t]*(?:static[ \t]+)?(?:const\s+)?bool\s+\w+\s*=\s*[01]\s*;" * | wc -l 161 Are you going to submit patches for all of them one at a time? I suggest sending maybe 10 to 12 patches, one for each subsystem, and cc the trivial maintainer Jiri Kosina <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

