diff options
| -rw-r--r-- | drivers/staging/unisys/visorchipset/filexfer.c | 2 | 
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));  };  /*  | 
