diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-29 17:42:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-07 21:48:17 +0200 |
commit | 9c01e83ce71158e48148c0aba2d8b78d89e28b97 (patch) | |
tree | 3f17af8be62d6c99d60490afcf4c9f1b125fdc1c | |
parent | staging: r8723au: Fix build problem when RFKILL is not selected (diff) | |
download | linux-9c01e83ce71158e48148c0aba2d8b78d89e28b97.tar.xz linux-9c01e83ce71158e48148c0aba2d8b78d89e28b97.zip |
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>
-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)); }; /* |