[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1432577476.2846.68.camel@perches.com>
Date: Mon, 25 May 2015 11:11:16 -0700
From: Joe Perches <joe@...ches.com>
To: Shailendra Verma <shailendra.capricorn@...il.com>
Cc: Kalle Valo <kvalo@...eaurora.org>, linux-wireless@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net:wireless - Change 1 to true for bool type variable.
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 <trivial@...nel.org>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists