Re: [PATCH][next] wil6210: Avoid the use of one-element array

2020-08-14 Thread Kalle Valo
"Gustavo A. R. Silva" wrote: > One-element arrays are being deprecated[1]. Replace the one-element > array with a simple value type 'u8 reserved'[2], once this is just > a placeholder for alignment. > > [1] https://github.com/KSPP/linux/issues/79 > [2] https://github.com/KSPP/linux/issues/86 >

Re: [PATCH][next] wil6210: Avoid the use of one-element array

2020-07-24 Thread Gustavo A. R. Silva
On 7/23/20 01:43, Kalle Valo wrote: > "Gustavo A. R. Silva" writes: > >> Friendly ping: who can take this? :) > > I'll take this if it's ok. I have been just busy due to vacation period. > Thanks, Kalle. :) -- Gustavo

Re: [PATCH][next] wil6210: Avoid the use of one-element array

2020-07-22 Thread Kalle Valo
"Gustavo A. R. Silva" writes: > Friendly ping: who can take this? :) I'll take this if it's ok. I have been just busy due to vacation period. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Re: [PATCH][next] wil6210: Avoid the use of one-element array

2020-07-22 Thread Gustavo A. R. Silva
On 7/22/20 14:40, Johannes Berg wrote: > On Wed, 2020-07-15 at 16:57 -0500, Gustavo A. R. Silva wrote: >> One-element arrays are being deprecated[1]. Replace the one-element >> array with a simple value type 'u8 reserved'[2], once this is just >> a placeholder for alignment. >> >> [1] https://gi

Re: [PATCH][next] wil6210: Avoid the use of one-element array

2020-07-22 Thread Johannes Berg
On Wed, 2020-07-15 at 16:57 -0500, Gustavo A. R. Silva wrote: > One-element arrays are being deprecated[1]. Replace the one-element > array with a simple value type 'u8 reserved'[2], once this is just > a placeholder for alignment. > > [1] https://github.com/KSPP/linux/issues/79 > [2] https://gith

Re: [PATCH][next] wil6210: Avoid the use of one-element array

2020-07-22 Thread Gustavo A. R. Silva
Hi all, Friendly ping: who can take this? :) Thanks -- Gustavo On 7/15/20 16:57, Gustavo A. R. Silva wrote: > One-element arrays are being deprecated[1]. Replace the one-element > array with a simple value type 'u8 reserved'[2], once this is just > a placeholder for alignment. > > [1] https://g

[PATCH][next] wil6210: Avoid the use of one-element array

2020-07-15 Thread Gustavo A. R. Silva
One-element arrays are being deprecated[1]. Replace the one-element array with a simple value type 'u8 reserved'[2], once 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 Link: https://