Skip to content

Commit

Permalink
staging: unisys: Add missing close parentheses in filexfer.c
Browse files Browse the repository at this point in the history
Add missing close parentheses in filexfer.c

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
standby24x7 authored and gregkh committed Apr 7, 2014
1 parent f004e55 commit 9c01e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/unisys/visorchipset/filexfer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
};

/*
Expand Down

0 comments on commit 9c01e83

Please sign in to comment.