linux/drivers/net/fddi/skfp
Gustavo A. R. Silva 2c956a5ad4 fddi/skfp: Avoid the use of one-element array
One-element arrays are being deprecated[1]. Replace the one-element array
with a simple object of type u_char: 'u_char rm_pad1'[2], once it seems
this is just a placeholder for padding.

[1] https://www.kernel.org/doc/html/v5.9-rc1/process/deprecated.html#zero-length-and-one-element-arrays
[2] https://github.com/KSPP/linux/issues/86

Built-tested-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/lkml/5f72c23f.%2FkPBWcZBu+W6HKH4%25lkp@intel.com/
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-09-29 13:27:43 -07:00
..
h fddi/skfp: Avoid the use of one-element array 2020-09-29 13:27:43 -07:00
cfm.c net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs' 2020-08-14 20:42:25 -07:00
drvfbi.c
ecm.c
ess.c
fplustm.c
hwmtm.c
hwt.c
Makefile
pcmplc.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
pmf.c
queue.c
rmt.c
skfddi.c
smt.c net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs' 2020-08-14 20:42:25 -07:00
smtdef.c
smtinit.c
smttimer.c
srf.c