From mboxrd@z Thu Jan 1 00:00:00 1970 From: huangdaode Date: Wed, 20 Jan 2016 10:48:20 +0000 Subject: Re: [PATCH] net: hisilicon: constify hnae_buf_ops and hnae_ae_ops structures Message-Id: <569F65F4.7060509@hisilicon.com> List-Id: References: <1449419097-19032-1-git-send-email-Julia.Lawall@lip6.fr> <20151206.225144.1422377179689530868.davem@davemloft.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall , David Miller Cc: netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Hi Julia, This patch is OK for me. thanks Ddaode Huang On 2015/12/7 14:05, Julia Lawall wrote: > > On Sun, 6 Dec 2015, David Miller wrote: > >> From: Julia Lawall >> Date: Sun, 6 Dec 2015 17:24:57 +0100 >> >>> The hnae_buf_ops and hnae_ae_ops structures are never modified, so declare >>> them as const. >>> >>> Done with the help of Coccinelle. >>> >>> Signed-off-by: Julia Lawall >> This doesn't apply to net-next. > OK, will check on it. > > julia > >>> I have the impression that this driver is not recorded properly in the >>> MAINTAINERS file. >> Patches welcome. > Who is the mintainer? huangdaode? > > thanks, > julia > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > . > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935237AbcATKsr (ORCPT ); Wed, 20 Jan 2016 05:48:47 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:23726 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934508AbcATKso (ORCPT ); Wed, 20 Jan 2016 05:48:44 -0500 Subject: Re: [PATCH] net: hisilicon: constify hnae_buf_ops and hnae_ae_ops structures To: Julia Lawall , David Miller References: <1449419097-19032-1-git-send-email-Julia.Lawall@lip6.fr> <20151206.225144.1422377179689530868.davem@davemloft.net> CC: , , From: huangdaode Message-ID: <569F65F4.7060509@hisilicon.com> Date: Wed, 20 Jan 2016 18:48:20 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.61.13.197] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.569F65FB.000A,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 87115ac829265837d7a1b4246c08581f Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Julia, This patch is OK for me. thanks Ddaode Huang On 2015/12/7 14:05, Julia Lawall wrote: > > On Sun, 6 Dec 2015, David Miller wrote: > >> From: Julia Lawall >> Date: Sun, 6 Dec 2015 17:24:57 +0100 >> >>> The hnae_buf_ops and hnae_ae_ops structures are never modified, so declare >>> them as const. >>> >>> Done with the help of Coccinelle. >>> >>> Signed-off-by: Julia Lawall >> This doesn't apply to net-next. > OK, will check on it. > > julia > >>> I have the impression that this driver is not recorded properly in the >>> MAINTAINERS file. >> Patches welcome. > Who is the mintainer? huangdaode? > > thanks, > julia > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > . >