Re: [PATCH] i40iw: make some structures const

2017-08-29 Thread Shiraz Saleem
On Mon, Aug 28, 2017 at 09:51:23PM +0530, Bhumika Goyal wrote: > Make some structures const as they are only used during a copy > operation. > > Signed-off-by: Bhumika Goyal Thanks! Acked-by: Shiraz Saleem

Re: [PATCH] i40iw: make some structures const

2017-08-28 Thread Doug Ledford
On Mon, 2017-08-28 at 21:51 +0530, Bhumika Goyal wrote: > Make some structures const as they are only used during a copy > operation. > > Signed-off-by: Bhumika Goyal Thanks, applied. -- Doug Ledford GPG KeyID: B826A3330E572FDD Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A33

[PATCH] i40iw: make some structures const

2017-08-28 Thread Bhumika Goyal
Make some structures const as they are only used during a copy operation. Signed-off-by: Bhumika Goyal --- drivers/infiniband/hw/i40iw/i40iw_uk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/infiniband/hw/i40iw/i40iw_uk.c b/drivers/infiniband/hw/i40iw/i40iw_