diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2023-09-25 17:54:04 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-09-26 11:18:56 +0200 |
| commit | 31f912557e02f41657a4f0fce646603354149895 (patch) | |
| tree | 5488ea7bab3a02c1ee8a58a4432e395eafe8fd7a /tools/perf/scripts/python | |
| parent | d50f64b5520311cacf38b8c2c240c5955c815d10 (diff) | |
| download | linux-31f912557e02f41657a4f0fce646603354149895.tar.gz linux-31f912557e02f41657a4f0fce646603354149895.zip | |
staging: rtl8192e: remove bogus __packed annotations
The rtllib_rxb structure contains a pointer, so this is not a hardware
structure but could benefit from loading the pointer in a single
instruction rather than assembling it from four or eight individual
bytes.
Both structures are allocated as part of larger structure that
already enforce at least a 4-byte alignment, so there is no
reason to ever have to deal with misaligned definitions.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230925155413.471287-2-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
