[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130410155751.7ecc6738d616fb8771991ce1@linux-foundation.org>
Date: Wed, 10 Apr 2013 15:57:51 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Joe Perches <joe@...ches.com>
Cc: Andy Whitcroft <apw@...dowen.org>,
LKML <linux-kernel@...r.kernel.org>,
Jacob Pan <jacob.jun.pan@...ux.intel.com>
Subject: Re: [PATCH] checkpatch: Warn on comparisons to true and false
On Tue, 09 Apr 2013 20:17:14 -0700 Joe Perches <joe@...ches.com> wrote:
> Comparisons of A to true and false are better written
> as A and !A.
>
> Bleat a message on use.
hm. I'm counting around 1,100 instances of "== true" and "== false".
That's a lot of people to shout at. Is it really worthwhile?
"foo==true" is a bit of a waste of space but I can't say that I find it
terribly offensive.
--
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