From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Date: Mon, 21 Dec 2015 08:59:12 +0000 Subject: Re: [PATCH] regulator: wm8*: constify regulator_ops structures Message-Id: <20151221085912.GW6058@localhost.localdomain> List-Id: References: <1450539084-13982-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1450539084-13982-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: Liam Girdwood , kernel-janitors@vger.kernel.org, Mark Brown , patches@opensource.wolfsonmicro.com, linux-kernel@vger.kernel.org On Sat, Dec 19, 2015 at 04:31:24PM +0100, Julia Lawall wrote: > The regulator_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- Acked-by: Charles Keepax Thanks, Charles