Tag: 1aab144c507a9849d5b4557d6d78db185ceaef37

fm10k: Move constants to the right of binary operators

Author: Bruce Allan <bruce.w.allan@intel.com> The semantic patch that makes this change is available in scripts/coccinelle/misc/compare_const_fl.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Bruce Allan Tested-by: Krishneil Singh Signed-off-by: Jeff Kirsher — drivers/net/ethernet/intel/fm10k/fm10k_main.c | 2 +- drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 16 ++++++++——– drivers/net/ethernet/intel/fm10k/fm10k_pf.c | 6 +++— 3 files changed, 12 insertions(+), 12 deletions(-)   diff …

Continue reading