numam-dpdk/drivers/net/atlantic
Bruce Richardson 6723c0fc72 replace snprintf with strlcpy
Do a global replace of snprintf(..."%s",...) with strlcpy, adding in the
rte_string_fns.h header if needed.  The function changes in this patch were
auto-generated via command:

  spatch --sp-file devtools/cocci/strlcpy.cocci --dir . --in-place

and then the files edited using awk to add in the missing header:

  gawk -i inplace '/include <rte_/ && ! seen { \
  	print "#include <rte_string_fns.h>"; seen=1} {print}'

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2019-04-04 22:46:05 +02:00
..
hw_atl net/atlantic: fix EEPROM get for small and uneven lengths 2019-03-20 18:15:42 +01:00
atl_common.h net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00
atl_ethdev.c replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
atl_ethdev.h net/atlantic: implement RSS and RETA manipulation API 2018-10-18 10:24:39 +02:00
atl_hw_regs.c net/atlantic: add hardware registers access routines 2018-10-18 10:24:39 +02:00
atl_hw_regs.h net/atlantic: add hardware registers access routines 2018-10-18 10:24:39 +02:00
atl_logs.h net/atlantic: add logging structure 2018-10-18 10:24:39 +02:00
atl_rxtx.c net/atlantic: eliminate excessive log levels on Rx/Tx 2019-03-20 18:15:42 +01:00
atl_types.h net/atlantic: use EEPROM magic as a device address 2019-03-20 18:15:42 +01:00
Makefile net/atlantic: implement Rx path 2018-10-18 10:24:39 +02:00
meson.build net/atlantic: implement core logic for Tx/Rx 2018-10-18 10:24:39 +02:00
rte_pmd_atlantic_version.map net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00