From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751382AbbLUJAU (ORCPT ); Mon, 21 Dec 2015 04:00:20 -0500 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:51887 "EHLO mx0a-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050AbbLUJAR (ORCPT ); Mon, 21 Dec 2015 04:00:17 -0500 Authentication-Results: ppops.net; spf=none smtp.mail=ckeepax@opensource.wolfsonmicro.com Date: Mon, 21 Dec 2015 08:59:12 +0000 From: Charles Keepax To: Julia Lawall CC: Liam Girdwood , , Mark Brown , , Subject: Re: [PATCH] regulator: wm8*: constify regulator_ops structures Message-ID: <20151221085912.GW6058@localhost.localdomain> References: <1450539084-13982-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1450539084-13982-1-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310008 definitions=main-1512210160 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: 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 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