diff options
| -rw-r--r-- | drivers/staging/unisys/visorchipset/filexfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorchipset/filexfer.c b/drivers/staging/unisys/visorchipset/filexfer.c index 431cff844a43..f950d6e85b5f 100644 --- a/drivers/staging/unisys/visorchipset/filexfer.c +++ b/drivers/staging/unisys/visorchipset/filexfer.c | |||
| @@ -83,7 +83,7 @@ struct any_request { | |||
| 83 | * coarsest possible alignment boundary that could be required | 83 | * coarsest possible alignment boundary that could be required |
| 84 | * for any user data structure. | 84 | * for any user data structure. |
| 85 | */ | 85 | */ |
| 86 | u8 caller_context_data[1] __aligned(sizeof(ulong2); | 86 | u8 caller_context_data[1] __aligned(sizeof(ulong2)); |
| 87 | }; | 87 | }; |
| 88 | 88 | ||
| 89 | /* | 89 | /* |
