Commit 9c01e83c authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: unisys: Add missing close parentheses in filexfer.c

Add missing close parentheses in filexfer.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f004e559
...@@ -83,7 +83,7 @@ struct any_request { ...@@ -83,7 +83,7 @@ struct any_request {
* coarsest possible alignment boundary that could be required * coarsest possible alignment boundary that could be required
* for any user data structure. * for any user data structure.
*/ */
u8 caller_context_data[1] __aligned(sizeof(ulong2); u8 caller_context_data[1] __aligned(sizeof(ulong2));
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment