Re: [PATCH][next] bna: bfi.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:50:24 -0500 > One-element arrays are being deprecated[1]. Replace the one-element > array with a simple value type 'u8 rsvd'[2], once it seems this is > just a placeholder for alignment. > > [1] https://github.com/KSPP/linux/issues/79 > [2]

[PATCH][next] bna: bfi.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 'u8 rsvd'[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 Link: