Re: [PATCH] mlxsw: make mlxsw_config_profile const

2017-08-11 Thread David Miller
From: Bhumika Goyal Date: Fri, 11 Aug 2017 19:10:42 +0530 > Make these structures const as they only stored in the profile field of > a mlxsw_driver structure, which is of type const. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Applied to

Re: [PATCH] mlxsw: make mlxsw_config_profile const

2017-08-11 Thread Jiri Pirko
Fri, Aug 11, 2017 at 03:40:42PM CEST, bhumi...@gmail.com wrote: >Make these structures const as they only stored in the profile field of >a mlxsw_driver structure, which is of type const. >Done using Coccinelle. > >Signed-off-by: Bhumika Goyal Acked-by: Jiri Pirko

[PATCH] mlxsw: make mlxsw_config_profile const

2017-08-11 Thread Bhumika Goyal
Make these structures const as they only stored in the profile field of a mlxsw_driver structure, which is of type const. Done using Coccinelle. Signed-off-by: Bhumika Goyal --- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-