linux/drivers/net/ethernet/intel/fm10k
Jacob Keller 4f9e05fb44 fm10k: reduce the scope of qv local variable
Reduce the scope of the qv vector pointer local variable in the
fm10k_set_coalesce function.

This was detected by cppcheck and resolves the following style warning
produced by that tool:

[fm10k_ethtool.c:658]: (style) The scope of the variable 'qv' can be
reduced.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2019-08-01 14:09:39 -07:00
..
fm10k.h
fm10k_common.c
fm10k_common.h
fm10k_dcbnl.c fm10k: reduce scope of the err variable 2019-08-01 13:57:33 -07:00
fm10k_debugfs.c
fm10k_ethtool.c fm10k: reduce the scope of qv local variable 2019-08-01 14:09:39 -07:00
fm10k_iov.c drivers: Remove explicit invocations of mmiowb() 2019-04-08 12:01:02 +01:00
fm10k_main.c net: Use skb accessors in network drivers 2019-07-22 20:47:56 -07:00
fm10k_mbx.c
fm10k_mbx.h
fm10k_netdev.c
fm10k_pci.c fm10k: Use dev_get_drvdata 2019-07-23 13:02:41 -07:00
fm10k_pf.c
fm10k_pf.h
fm10k_tlv.c
fm10k_tlv.h
fm10k_type.h
fm10k_vf.c
fm10k_vf.h
Makefile