alistair23-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 net: skfp: use new constant PCI_STATUS_ERROR_BITS 2020-03-04 14:21:00 -08:00
ecm.c
ess.c net: fddi: skfp: Remove addr_to_string(). 2020-07-13 11:49:51 -07:00
fplustm.c net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs' 2020-08-14 20:42:25 -07:00
hwmtm.c net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs' 2020-08-14 20:42:25 -07:00
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 net: fddi: skfp: Use print_hex_dump() helper 2020-01-25 10:15:49 +01:00
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