On Sat, Nov 21, 2020 at 01:25:29AM +0100, Rikard Falkeborn wrote: > The ops structs are never modified. Make them const to allow the > compiler to put them in read-only memory. > > Signed-off-by: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx> > --- > drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 20 ++++++++++---------- > drivers/infiniband/hw/i40iw/i40iw_type.h | 20 ++++++++++---------- > 2 files changed, 20 insertions(+), 20 deletions(-) Applied to for-next thanks Jason