From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932160AbcHIR1q (ORCPT ); Tue, 9 Aug 2016 13:27:46 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:54936 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752554AbcHIR1e (ORCPT ); Tue, 9 Aug 2016 13:27:34 -0400 X-IronPort-AV: E=Sophos;i="5.28,495,1464645600"; d="scan'208";a="187298059" Date: Tue, 9 Aug 2016 19:27:24 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Florian Fainelli cc: kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: dsa: b53: constify xfrm_replay structures In-Reply-To: <4a13be00-d6ac-2c40-b7a6-1436072d36b8@gmail.com> Message-ID: References: <1470761889-26808-1-git-send-email-Julia.Lawall@lip6.fr> <4a13be00-d6ac-2c40-b7a6-1436072d36b8@gmail.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Aug 2016, 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? Oops. I sent a v2. julia > 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! > -- > Florian > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >