From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Date: Tue, 22 Dec 2015 18:58:33 +0000 Subject: Re: [PATCH] rtc: v3020: constify v3020_chip_ops structures Message-Id: <20151222185833.GD8623@piout.net> List-Id: References: <1449856250-24732-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1449856250-24732-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: Alessandro Zummo , kernel-janitors@vger.kernel.org, rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org On 11/12/2015 at 18:50:50 +0100, Julia Lawall wrote : > The v3020_chip_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > drivers/rtc/rtc-v3020.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id f18si255208wme.1.2015.12.22.10.58.34 for ; Tue, 22 Dec 2015 10:58:34 -0800 (PST) Date: Tue, 22 Dec 2015 19:58:33 +0100 From: Alexandre Belloni To: Julia Lawall Cc: Alessandro Zummo , kernel-janitors@vger.kernel.org, rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: [rtc-linux] Re: [PATCH] rtc: v3020: constify v3020_chip_ops structures Message-ID: <20151222185833.GD8623@piout.net> References: <1449856250-24732-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <1449856250-24732-1-git-send-email-Julia.Lawall@lip6.fr> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 11/12/2015 at 18:50:50 +0100, Julia Lawall wrote : > The v3020_chip_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > drivers/rtc/rtc-v3020.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932621AbbLVS6g (ORCPT ); Tue, 22 Dec 2015 13:58:36 -0500 Received: from down.free-electrons.com ([37.187.137.238]:36487 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753292AbbLVS6f (ORCPT ); Tue, 22 Dec 2015 13:58:35 -0500 Date: Tue, 22 Dec 2015 19:58:33 +0100 From: Alexandre Belloni To: Julia Lawall Cc: Alessandro Zummo , kernel-janitors@vger.kernel.org, rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rtc: v3020: constify v3020_chip_ops structures Message-ID: <20151222185833.GD8623@piout.net> References: <1449856250-24732-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: <1449856250-24732-1-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/12/2015 at 18:50:50 +0100, Julia Lawall wrote : > The v3020_chip_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > drivers/rtc/rtc-v3020.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com