linux/drivers/staging/vt6655
Arnd Bergmann 2faf12c57e staging: vt665x: fix alignment constraints
multiple structures contains a ieee80211_rts structure, which is required to
have at least two byte alignment, but are annotated with a __packed attribute
to force single-byte alignment:

staging/vt6656/rxtx.h:98:1: warning: alignment 1 of 'struct vnt_rts_g' is less than 2 [-Wpacked-not-aligned]
staging/vt6656/rxtx.h:106:1: warning: alignment 1 of 'struct vnt_rts_ab' is less than 2 [-Wpacked-not-aligned]
staging/vt6656/rxtx.h:116:1: warning: alignment 1 of 'struct vnt_cts' is less than 2 [-Wpacked-not-aligned]

I see no reason why the structure itself would be misaligned, and all members
have at least two-byte alignment within the structure, so use the same
constraint on the sturcture itself.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210204162731.3132069-1-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-02-06 14:11:21 +01:00
..
baseband.c Staging: vt6655: Replace camel case variable names. 2020-04-13 08:55:31 +02: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_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
device.h staging: vt6655: Fix malformed SPDX-License-Identifier tag 2019-03-18 07:05:21 +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
Kconfig staging: vt665*: use help instead of ---help--- in Kconfig 2019-05-20 10:49:08 +02: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
Makefile staging: vt6656: vt6655: removing unused macros definition Makefiles 2020-05-15 15:49:13 +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-02-06 14:11:21 +01:00
srom.c
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
TODO
upc.h staging: vt6655: upc: remove double blank lines 2019-04-16 13:44:30 +02:00