commit | e20985a79643c701cae3a527b584b3722c53d951 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Tue Apr 11 11:18:59 2023 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Thu Apr 13 17:36:29 2023 +0200 |
tree | b8d8a3120041f5c99c86b0b0b9b3bcf645b4ba35 | |
parent | 469c701db198227c2354b7c37f2c73dbfee5e065 [diff] |
s390/cio: replace zero-length array with flexible-array member There are numerous patches which convert zero-length arrays with a flexible-array member. Convert the remaining s390 occurrences. Suggested-by: Gustavo A. R. Silva <gustavoars@kernel.org> Link: https://github.com/KSPP/linux/issues/78 Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>