OpenCloudOS-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
Makefile
TODO
baseband.c Staging: vt6655: Replace a camel case variable name 2021-02-11 12:13:53 +01:00
baseband.h
card.c staging: vt6655: Fix typo 2020-10-27 12:23:44 +01:00
card.h
channel.c staging: vt6655: Use fallthrough pseudo-keyword 2020-07-10 13:52:46 +02:00
channel.h
desc.h
device.h
device_cfg.h
device_main.c staging: vt6655: Fix fall-through warnings for Clang 2020-11-23 17:55:23 +01:00
dpc.c
dpc.h
key.c staging: vt6655: Use fallthrough pseudo-keyword 2020-07-10 13:52:46 +02:00
key.h
mac.c
mac.h staging: vt6655: Add spaces around arithmetic operators 2020-09-13 09:20:38 +02:00
power.c
power.h
rf.c
rf.h
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
srom.h
test
tmacro.h
upc.h