s390/cpum_sf: handle casts consistently
authorThomas Richter <tmricht@linux.ibm.com>
Fri, 23 Jun 2023 09:22:40 +0000 (11:22 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 4 Jul 2023 05:45:18 +0000 (07:45 +0200)
commitb2534c28b23b099fc399021283ffaf9f40513abf
tree922c9b2194247f01bea652b22efbfec350cfba86
parentc13166bdb23976e2cde8f25dd669e2d8250492c9
s390/cpum_sf: handle casts consistently

The casts are written in two different notations:
   (cast) expression
and
   (cast)expression
Convert statements with the first notation to the second notation.
No functional change.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/perf_cpum_sf.c