Re: [PATCH 3/7] ieee802154: 6lowpan: make header_ops const

2017-08-25 Thread Marcel Holtmann
Hi Bhumika, > Make this const as it is only stored as a reference in a const field of > a net_device structure. > > Signed-off-by: Bhumika Goyal > --- > net/ieee802154/6lowpan/core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards

Re: [PATCH 3/7] ieee802154: 6lowpan: make header_ops const

2017-08-25 Thread Stefan Schmidt
Hello. On 08/25/2017 04:21 PM, Bhumika Goyal wrote: Make this const as it is only stored as a reference in a const field of a net_device structure. Signed-off-by: Bhumika Goyal --- net/ieee802154/6lowpan/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ieee8021

[PATCH 3/7] ieee802154: 6lowpan: make header_ops const

2017-08-25 Thread Bhumika Goyal
Make this const as it is only stored as a reference in a const field of a net_device structure. Signed-off-by: Bhumika Goyal --- net/ieee802154/6lowpan/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ieee802154/6lowpan/core.c b/net/ieee802154/6lowpan/core.c index d