diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2020-07-23 17:59:27 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-23 20:33:09 +0300 |
commit | 92ca3dd4867bafbfd026b06d53737d61ded1bd27 (patch) | |
tree | e2c776a2fc5ee1c0d986251971f62dca28ec904a /lib/dynamic_debug.c | |
parent | c614970e3e5f604f7490e73b465ba66f78f9d715 (diff) | |
download | linux-92ca3dd4867bafbfd026b06d53737d61ded1bd27.tar.xz |
mei: hw: don't use one element arrays
Replace the single element arrays with a simple value type u8 reserved,
even thought is is not used for dynamically sized trailing elements
it confuses the effort of replacing one-element arrays with
flexible arrays for that purpose.
Link: https://github.com/KSPP/linux/issues/79
Cc: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20200723145927.882743-7-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions