linux/drivers/net/ethernet/intel/fm10k
Jacob Keller d5c2f39500 fm10k: mark unused parameters with __always_unused
Several functions in the fm10k driver have specific function templates,
as they are used as function pointers. The parameters in these functions
are not always used. Explicitly mark unused parameters with the
__always_unused macro, so that the compiler will not warn about them
when building with the -Wunused-parameter warning enabled.

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-04 04:36:49 -07:00
..
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 fm10k: reduce the scope of local err variable 2019-08-01 14:13:18 -07:00
fm10k_main.c fm10k: cast page_addr to u8 * when incrementing it 2019-08-04 04:34:22 -07:00
fm10k_mbx.c fm10k: mark unused parameters with __always_unused 2019-08-04 04:36:49 -07:00
fm10k_mbx.h
fm10k_netdev.c fm10k: remove needless initialization of size local variable 2019-08-04 04:31:03 -07:00
fm10k_pci.c fm10k: explicitly return 0 on success path in function 2019-08-04 04:32:47 -07:00
fm10k_pf.c fm10k: mark unused parameters with __always_unused 2019-08-04 04:36:49 -07:00
fm10k_pf.h
fm10k_tlv.c fm10k: mark unused parameters with __always_unused 2019-08-04 04:36:49 -07:00
fm10k_tlv.h
fm10k_type.h fm10k: mark unused parameters with __always_unused 2019-08-04 04:36:49 -07:00
fm10k_vf.c fm10k: mark unused parameters with __always_unused 2019-08-04 04:36:49 -07:00
fm10k_vf.h
fm10k.h fm10k: remove ndo_poll_controller 2018-09-23 21:55:24 -07:00
Makefile