numam-dpdk/drivers/crypto/ipsec_mb
Bruce Richardson 013b4c52c7 replace zero-length arrays with flexible ones
This patch replaces instances of zero-sized arrays i.e. those at the end
of structures with "[0]" with the more standard syntax of "[]".
Replacement was done using coccinelle script, with some revert and
cleanup of whitespace afterwards.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2022-06-07 16:44:21 +02:00
..
ipsec_mb_ops.c crypto/ipsec_mb: remove useless check 2022-02-22 19:05:12 +01:00
ipsec_mb_private.c drivers/crypto: invoke probing finish function 2021-10-20 15:33:16 +02:00
ipsec_mb_private.h replace zero-length arrays with flexible ones 2022-06-07 16:44:21 +02:00
meson.build drivers/crypto: move Windows build check 2021-11-04 19:43:14 +01:00
pmd_aesni_gcm_priv.h crypto/ipsec_mb: move aesni_gcm PMD 2021-10-20 12:06:01 +02:00
pmd_aesni_gcm.c crypto/ipsec_mb: fix GCM requested digest length 2022-03-14 11:28:40 +01:00
pmd_aesni_mb_priv.h crypto/ipsec_mb: support ChaChaPoly SGL to aesni_mb 2022-06-01 16:26:35 +02:00
pmd_aesni_mb.c crypto/ipsec_mb: support ChaChaPoly SGL to aesni_mb 2022-06-01 16:26:35 +02:00
pmd_chacha_poly_priv.h crypto/ipsec_mb: add chacha_poly PMD 2021-10-20 15:33:16 +02:00
pmd_chacha_poly.c crypto/ipsec_mb: add chacha_poly PMD 2021-10-20 15:33:16 +02:00
pmd_kasumi_priv.h crypto/ipsec_mb: move kasumi PMD 2021-10-20 12:06:01 +02:00
pmd_kasumi.c crypto/ipsec_mb: move kasumi PMD 2021-10-20 12:06:01 +02:00
pmd_snow3g_priv.h crypto/ipsec_mb: move snow3g PMD 2021-10-20 12:06:01 +02:00
pmd_snow3g.c crypto/ipsec_mb: support snow3g digest appended ops 2021-10-20 12:06:01 +02:00
pmd_zuc_priv.h crypto/ipsec_mb: fix ZUC authentication verify 2022-02-24 11:21:12 +01:00
pmd_zuc.c crypto/ipsec_mb: fix ZUC operation overwrite 2022-02-24 11:21:23 +01:00
version.map crypto/ipsec_mb: introduce IPsec_mb framework 2021-10-20 12:06:01 +02:00