linux/drivers/net/ethernet/intel/i40e
Jesse Brandeburg d7595a226f i40e: clean up coccicheck reported errors
coccicheck shows:

drivers/net/ethernet/intel/i40e/i40e_adminq.c:704:2-8: Replace memcpy
with struct assignment
drivers/net/ethernet/intel/i40e/i40e_adminq.c:763:1-7: Replace memcpy
with struct assignment
drivers/net/ethernet/intel/i40e/i40e_adminq.c:810:2-8: Replace memcpy
with struct assignment
drivers/net/ethernet/intel/i40e/i40e_common.c:510:2-8: Replace memcpy
with struct assignment

Fix each of them with a *a = *b;

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2013-09-27 05:24:05 -07:00
..
i40e_adminq_cmd.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_adminq.c i40e: clean up coccicheck reported errors 2013-09-27 05:24:05 -07:00
i40e_adminq.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_alloc.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_common.c i40e: clean up coccicheck reported errors 2013-09-27 05:24:05 -07:00
i40e_debugfs.c i40e: debugfs interface 2013-09-11 02:19:11 -07:00
i40e_diag.c i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_diag.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_ethtool.c i40e: driver ethtool core 2013-09-11 01:50:49 -07:00
i40e_hmc.c i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_hmc.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_lan_hmc.c i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_lan_hmc.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_main.c i40e: better return values 2013-09-27 05:22:30 -07:00
i40e_nvm.c i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_osdep.h i40e: driver core headers 2013-09-11 01:58:15 -07:00
i40e_prototype.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_register.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_status.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_txrx.c i40e: transmit, receive, and NAPI 2013-09-11 01:43:57 -07:00
i40e_txrx.h i40e: driver core headers 2013-09-11 01:58:15 -07:00
i40e_type.h i40e: init code and hardware support 2013-09-11 02:12:25 -07:00
i40e_virtchnl_pf.c i40e: implement virtual device interface 2013-09-11 02:04:56 -07:00
i40e_virtchnl_pf.h i40e: implement virtual device interface 2013-09-11 02:04:56 -07:00
i40e_virtchnl.h i40e: implement virtual device interface 2013-09-11 02:04:56 -07:00
i40e.h i40e: driver core headers 2013-09-11 01:58:15 -07:00
Makefile i40e: include i40e in kernel proper 2013-09-11 02:28:40 -07:00