On Sun, 2016-01-03 at 07:55 +0100, Julia Lawall wrote: > This ixgbe_mbx_operations structure is never modified, so declare it > as > const.  The other structure of this type is already const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- >  drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c  |    2 +- >  drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h  |    2 +- >  drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |    2 +- >  3 files changed, 3 insertions(+), 3 deletions(-) Dropping this patch since Mark has provided a more in-depth patch to fix the entire driver.