Add missing close parentheses in filexfer.c

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/staging/unisys/visorchipset/filexfer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/unisys/visorchipset/filexfer.c 
b/drivers/staging/unisys/visorchipset/filexfer.c
index 431cff8..f950d6e 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));
 };
 
 /*
-- 
1.9.1.352.gd393d14

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to