Re: [PATCH][next] net: qed_hsi.h: Avoid the use of one-element array

2020-07-22 Thread Gustavo A. R. Silva
On 7/22/20 20:13, David Miller wrote: > From: "Gustavo A. R. Silva" > Date: Wed, 22 Jul 2020 13:58:52 -0500 > >> One-element arrays are being deprecated[1]. Replace the one-element >> array with a simple value type '__le32 reserved1'[2], once it seems >> this is just a placeholder for alignmen

Re: [PATCH][next] net: qed_hsi.h: Avoid the use of one-element array

2020-07-22 Thread David Miller
From: "Gustavo A. R. Silva" Date: Wed, 22 Jul 2020 13:58:52 -0500 > One-element arrays are being deprecated[1]. Replace the one-element > array with a simple value type '__le32 reserved1'[2], once it seems > this is just a placeholder for alignment. > > [1] https://github.com/KSPP/linux/issues/7

[PATCH][next] net: qed_hsi.h: Avoid the use of one-element array

2020-07-22 Thread Gustavo A. R. Silva
One-element arrays are being deprecated[1]. Replace the one-element array with a simple value type '__le32 reserved1'[2], once it seems this is just a placeholder for alignment. [1] https://github.com/KSPP/linux/issues/79 [2] https://github.com/KSPP/linux/issues/86 Tested-by: kernel test robot L