]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
i40e: constify i40e_client_ops structure
authorJulia Lawall <julia.lawall@lip6.fr>
Sun, 1 May 2016 12:07:23 +0000 (14:07 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 6 May 2016 06:32:59 +0000 (23:32 -0700)
commit3949c4ac8cfa8ab3518a326c72eff1a2ff489bb9
treea8f3d311522d4f8f61f37392229f61e58ed3a205
parentce927db48721235b3a08142b6d9f9a906e4e626f
i40e: constify i40e_client_ops structure

The i40e_client_ops structure is never modified, so declare it as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/infiniband/hw/i40iw/i40iw_main.c
drivers/net/ethernet/intel/i40e/i40e_client.h