]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/cpum_sf: Use variable name cpuhw consistently
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 25 Jul 2024 12:13:06 +0000 (14:13 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 7 Aug 2024 18:52:53 +0000 (20:52 +0200)
commite09e58f425ad42726c008673b490aef53da10f1f
tree0af91602f4014f4b522416ba49ef5825143713c6
parent6bc565a99e77c8ced71c1184cebe4dda3bb4fa73
s390/cpum_sf: Use variable name cpuhw consistently

All functions but setup_pmc_cpu() use a local variable named
cpuhw to refer to struct cpu_hw_sf.
In setup_pmc_cpu() rename variable cpusf to cpuhw. This makes
the naming scheme consistent with all other functions.
No functional change.

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