diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-30 01:42:07 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-07 12:48:17 -0700 |
commit | 9c01e83ce71158e48148c0aba2d8b78d89e28b97 (patch) | |
tree | 3f17af8be62d6c99d60490afcf4c9f1b125fdc1c /drivers | |
parent | f004e559470518e7c1bf47379ee5f6d624541440 (diff) |
staging: unisys: Add missing close parentheses in filexfer.c
Add missing close parentheses in filexfer.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-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 { * coarsest possible alignment boundary that could be required * for any user data structure. */ - u8 caller_context_data[1] __aligned(sizeof(ulong2); + u8 caller_context_data[1] __aligned(sizeof(ulong2)); }; /* |