From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932680AbcHIWKG (ORCPT ); Tue, 9 Aug 2016 18:10:06 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:35811 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932360AbcHIWKD (ORCPT ); Tue, 9 Aug 2016 18:10:03 -0400 Date: Tue, 09 Aug 2016 15:10:02 -0700 (PDT) Message-Id: <20160809.151002.825441860378434543.davem@davemloft.net> To: Julia.Lawall@lip6.fr Cc: f.fainelli@gmail.com, kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] net: dsa: b53: constify b53_io_ops structures From: David Miller In-Reply-To: <1470762585-2670-1-git-send-email-Julia.Lawall@lip6.fr> References: <1470762585-2670-1-git-send-email-Julia.Lawall@lip6.fr> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 09 Aug 2016 15:10:03 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Julia Lawall Date: Tue, 9 Aug 2016 19:09:45 +0200 > The b53_io_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > v2: Refer to the right structure in the commit message Applied to net-next, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Tue, 09 Aug 2016 22:10:02 +0000 Subject: Re: [PATCH v2] net: dsa: b53: constify b53_io_ops structures Message-Id: <20160809.151002.825441860378434543.davem@davemloft.net> List-Id: References: <1470762585-2670-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1470762585-2670-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@lip6.fr Cc: f.fainelli@gmail.com, kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org From: Julia Lawall Date: Tue, 9 Aug 2016 19:09:45 +0200 > The b53_io_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > v2: Refer to the right structure in the commit message Applied to net-next, thanks.