*: slap on a few ALIGN_PTR where appropriate

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2022-02-06 20:07:12 +01:00
parent ca466f385a
commit 987be932ed
9 changed files with 15 additions and 15 deletions

View File

@ -242,7 +242,7 @@ int depth;
depth--; \
return __res; \
} while (0)
static const char *const TOKSTR[] = {
static const char *const TOKSTR[] ALIGN_PTR = {
"EOI",
"FILRD",
"FILWR",