s390/cpum_sf: Replace function name in debug statements
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 21 Nov 2019 14:46:02 +0000 (15:46 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Sat, 30 Nov 2019 09:52:46 +0000 (10:52 +0100)
commit532da3de70b207be2b98cd5fb966e3915c8872c3
tree70cbbac9a80666655a6a19af418a30aa290f9800
parenta9f2f6865d784477e1c7b59269d3a384abafd9ca
s390/cpum_sf: Replace function name in debug statements

Replace hard coded function names in debug statements
by the "%s ...", __func__ construct suggested by checkpatch.pl
script.  Use consistent debug print format of the form variable
blank value. Also add leading 0x for all hex values.
Print allocated page addresses consistantly as hex numbers
with leading 0x.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/cpu_mf.h
arch/s390/kernel/perf_cpum_sf.c