Tag: a647040ea85ae0bf5bd93f2a1b42dba57b0d0059

i40e: constify i40e_client_ops structure

Author: Julia Lawall <Julia.Lawall@lip6.fr> The i40e_client_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Leon Romanovsky Signed-off-by: Doug Ledford — drivers/infiniband/hw/i40iw/i40iw_main.c | 2 +- drivers/net/ethernet/intel/i40e/i40e_client.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)   diff –git a/drivers/infiniband/hw/i40iw/i40iw_main.c b/drivers/infiniband/hw/i40iw/i40iw_main.c index 72a10a1..1f41b2c 100644 — …

Continue reading