]> Git Repo - linux.git/commit
s390/cpum_sf: handle casts consistently
authorThomas Richter <[email protected]>
Fri, 23 Jun 2023 09:22:40 +0000 (11:22 +0200)
committerAlexander Gordeev <[email protected]>
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 <[email protected]>
Acked-by: Heiko Carstens <[email protected]>
Signed-off-by: Alexander Gordeev <[email protected]>
arch/s390/kernel/perf_cpum_sf.c
This page took 0.053316 seconds and 4 git commands to generate.