summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorMasanari Iida2014-03-29 17:42:07 +0100
committerGreg Kroah-Hartman2014-04-07 21:48:17 +0200
commit9c01e83ce71158e48148c0aba2d8b78d89e28b97 (patch)
tree3f17af8be62d6c99d60490afcf4c9f1b125fdc1c /drivers/staging/unisys
parentstaging: r8723au: Fix build problem when RFKILL is not selected (diff)
downloadkernel-qcow2-linux-9c01e83ce71158e48148c0aba2d8b78d89e28b97.tar.gz
kernel-qcow2-linux-9c01e83ce71158e48148c0aba2d8b78d89e28b97.tar.xz
kernel-qcow2-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>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorchipset/filexfer.c2
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));
};
/*