Tag: 5b70e4a12a525b5f3d4a3e3f0567ed877195b187

igb: constify e1000_phy_operations structure

Author: Julia Lawall <julia.lawall@lip6.fr> This e1000_phy_operations structure is never modified, so declare it as const. Other structures of this type are already const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher — drivers/net/ethernet/intel/igb/e1000_82575.c | 2 +- drivers/net/ethernet/intel/igb/e1000_hw.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)   …

Continue reading