From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Mon, 04 Jan 2016 14:33:49 +0000 Subject: Re: [PATCH] mac802154: constify ieee802154_llsec_ops structure Message-Id: <20160104143344.GA18317@omega> List-Id: References: <1450906592-9203-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1450906592-9203-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 Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-wpan@vger.kernel.org, "David S. Miller" , marcel@holtmann.org Hi, On Wed, Dec 23, 2015 at 10:36:32PM +0100, Julia Lawall wrote: > The ieee802154_llsec_ops structure is never modified, so declare it as > const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > Acked-by: Alexander Aring Marcel, can you please apply this on bluetooth-next? Thank you. - Alex From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com ([74.125.82.49]:33836 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751308AbcADOd5 (ORCPT ); Mon, 4 Jan 2016 09:33:57 -0500 Date: Mon, 4 Jan 2016 15:33:49 +0100 From: Alexander Aring Subject: Re: [PATCH] mac802154: constify ieee802154_llsec_ops structure Message-ID: <20160104143344.GA18317@omega> References: <1450906592-9203-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1450906592-9203-1-git-send-email-Julia.Lawall@lip6.fr> Sender: linux-wpan-owner@vger.kernel.org List-ID: To: Julia Lawall Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-wpan@vger.kernel.org, "David S. Miller" , marcel@holtmann.org Hi, On Wed, Dec 23, 2015 at 10:36:32PM +0100, Julia Lawall wrote: > The ieee802154_llsec_ops structure is never modified, so declare it as > const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > Acked-by: Alexander Aring Marcel, can you please apply this on bluetooth-next? Thank you. - Alex