WSL2-Linux-Kernel/drivers/staging/vt6655
Edmundo Carmona Antoranz 2cafd46a71 staging: vt665x: fix alignment constraints
Removing 2 instances of alignment warnings

drivers/staging/vt6655/rxtx.h:153:1: warning: alignment 1 of ‘struct vnt_cts’ is less than 2 [-Wpacked-not-aligned]
drivers/staging/vt6655/rxtx.h:163:1: warning: alignment 1 of ‘struct vnt_cts_fb’ is less than 2 [-Wpacked-not-aligned]

The root cause seems to be that _because_ struct ieee80211_cts is marked as __aligned(2),
this requires any encapsulating struct to also have an alignment of 2.

Fixes: 2faf12c57e ("staging: vt665x: fix alignment constraints")
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Edmundo Carmona Antoranz <eantoranz@gmail.com>
Link: https://lore.kernel.org/r/20210316181736.2553318-1-eantoranz@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-03-18 10:21:46 +01:00
..
Kconfig staging: vt665*: use help instead of ---help--- in Kconfig 2019-05-20 10:49:08 +02:00
Makefile staging: vt6656: vt6655: removing unused macros definition Makefiles 2020-05-15 15:49:13 +02:00
TODO
baseband.c Staging: vt6655: Replace a camel case variable name 2021-02-11 12:13:53 +01:00
baseband.h Staging: vt6655: Replace camel case variable names. 2020-04-13 08:55:31 +02:00
card.c staging: vt6655: Fix typo 2020-10-27 12:23:44 +01:00
card.h Staging: vt6655: Remove CARDbRadioPowerOn definition. 2020-04-13 08:55:27 +02:00
channel.c staging: vt6655: Use fallthrough pseudo-keyword 2020-07-10 13:52:46 +02:00
channel.h staging: vt6655: channel.h: Fix comment style of SPDX License Identifier 2019-03-18 07:05:18 +01:00
desc.h staging: vt6655: desc.h: Fix comment style of SPDX-License Identifier 2019-03-18 07:05:18 +01:00
device.h staging: vt6655: Fix malformed SPDX-License-Identifier tag 2019-03-18 07:05:21 +01:00
device_cfg.h staging: vt6655: Modify comment style of SPDX License Identifier 2019-03-26 05:41:28 +09:00
device_main.c staging: vt6655: Fix fall-through warnings for Clang 2020-11-23 17:55:23 +01:00
dpc.c staging: vt6655: remove some redundant variables 2018-07-11 14:47:08 +02:00
dpc.h staging: vt6655: dpc.h: Fix comment style of SPDX License Identifier 2019-03-18 07:05:20 +01:00
key.c staging: vt6655: Use fallthrough pseudo-keyword 2020-07-10 13:52:46 +02:00
key.h staging: vt6655: key.h: Fix comment style for SPDX-License Identifier 2019-03-18 07:05:20 +01:00
mac.c staging: vt6655: Remove unused function prototype and definition 2019-03-18 07:05:22 +01:00
mac.h staging: vt6655: Add spaces around arithmetic operators 2020-09-13 09:20:38 +02:00
power.c staging: vt6655: power.c: code reformatting for improved readability 2020-03-11 08:08:49 +01:00
power.h staging: vt6655: Modify comment style of SPDX License Identifier 2019-03-26 05:41:28 +09:00
rf.c Staging: vt6655: Replace camel case variable names. 2020-04-13 08:55:31 +02:00
rf.h staging: vt6655: Fix open ended lines 2019-11-03 13:09:00 +01:00
rxtx.c staging: vt6655: Fix fall-through warnings for Clang 2020-11-23 17:55:23 +01:00
rxtx.h staging: vt665x: fix alignment constraints 2021-03-18 10:21:46 +01:00
srom.c staging: vt6655: Remove redundant license text 2017-11-28 13:20:47 +01:00
srom.h staging: vt6655: Modify comment style of SPDX License Identifier 2019-03-26 05:41:28 +09:00
test staging: Add missing newline at end of file 2019-06-18 08:59:40 +02:00
tmacro.h staging: vt6655: Modify comment style of SPDX License Identifier 2019-03-26 05:41:28 +09:00
upc.h staging: vt6655: upc: remove double blank lines 2019-04-16 13:44:30 +02:00