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>
This commit is contained in:
parent
f004e55947
commit
9c01e83ce7
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue