Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() …
…helper Zero-length arrays are deprecated and we are moving towards adopting C99 flexible-array members, instead. So, replace zero-length array declaration in union es58x_urb_cmd with the new DECLARE_FLEX_ARRAY() helper macro. This helper allows for a flexible-array member in a union. Link: https://github.com/KSPP/linux/issues/193 Link: https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html Reviewed-by: Kees Cook <keescook@chromium.org> Acked-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
- Loading branch information