From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH] net: dsa: b53: constify xfrm_replay structures Date: Tue, 9 Aug 2016 10:25:18 -0700 Message-ID: <8625595c-c611-dada-df0c-15a15b77993c@gmail.com> References: <1470761889-26808-1-git-send-email-Julia.Lawall@lip6.fr> <4a13be00-d6ac-2c40-b7a6-1436072d36b8@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Julia Lawall Return-path: Received: from mail-pa0-f49.google.com ([209.85.220.49]:33355 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932303AbcHIRZU (ORCPT ); Tue, 9 Aug 2016 13:25:20 -0400 In-Reply-To: <4a13be00-d6ac-2c40-b7a6-1436072d36b8@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On 08/09/2016 10:23 AM, Florian Fainelli wrote: > On 08/09/2016 09:58 AM, Julia Lawall wrote: >> The xfrm_replay structures are never modified, so declare them as const. > > You mean b53_io_ops here, right? Other than that LTGM, but this will > have to wait for "net"next to re_open since this is more of a cleanup > than bugfix. Thanks! net-next is open again, just noticed that, please resubmit with s/xfrm_read/b53_io_ops/, thanks -- Florian