summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/fpu/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/fpu/types.h')
-rw-r--r--arch/s390/include/asm/fpu/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/s390/include/asm/fpu/types.h b/arch/s390/include/asm/fpu/types.h
index b1afa13c07b7..1caaf31209fc 100644
--- a/arch/s390/include/asm/fpu/types.h
+++ b/arch/s390/include/asm/fpu/types.h
@@ -23,7 +23,9 @@ struct fpu {
};
/* VX array structure for address operand constraints in inline assemblies */
-struct vx_array { __vector128 _[__NUM_VXRS]; };
+struct vx_array {
+ __vector128 _[__NUM_VXRS];
+};
/* In-kernel FPU state structure */
struct kernel_fpu {