From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932499AbcHIRZY (ORCPT ); Tue, 9 Aug 2016 13:25:24 -0400 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 Subject: Re: [PATCH] net: dsa: b53: constify xfrm_replay structures To: Julia Lawall References: <1470761889-26808-1-git-send-email-Julia.Lawall@lip6.fr> <4a13be00-d6ac-2c40-b7a6-1436072d36b8@gmail.com> Cc: kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: <8625595c-c611-dada-df0c-15a15b77993c@gmail.com> Date: Tue, 9 Aug 2016 10:25:18 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <4a13be00-d6ac-2c40-b7a6-1436072d36b8@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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