*: slap on a few ALIGN_PTR where appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user