Re: [PATCH] mac802154: constify ieee802154_llsec_ops structure

2016-01-04 Thread Marcel Holtmann
Hi Julia, > The ieee802154_llsec_ops structure is never modified, so declare it as > const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > include/net/ieee802154_netdev.h |2 +- > net/mac802154/mac_cmd.c |2 +- > 2 files

Re: [PATCH] mac802154: constify ieee802154_llsec_ops structure

2016-01-04 Thread Alexander Aring
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

[PATCH] mac802154: constify ieee802154_llsec_ops structure

2015-12-23 Thread Julia Lawall
The ieee802154_llsec_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- include/net/ieee802154_netdev.h |2 +- net/mac802154/mac_cmd.c |2 +- 2 files changed, 2 insertions(+), 2