projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ecb8f
)
s390/cpumf: Use consistant debug print format
author
Thomas Richter
<tmricht@linux.ibm.com>
Mon, 23 Sep 2019 05:56:47 +0000
(07:56 +0200)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Tue, 1 Oct 2019 07:41:36 +0000
(09:41 +0200)
Use consistant debug print format of the form variable
blank value.
Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/perf_cpum_cf_diag.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/perf_cpum_cf_diag.c
b/arch/s390/kernel/perf_cpum_cf_diag.c
index 5f1fd1581330fd855201ecfa44650467330fe993..2654e348801a1269998ee344df5eed1eb1658e51 100644
(file)
--- a/
arch/s390/kernel/perf_cpum_cf_diag.c
+++ b/
arch/s390/kernel/perf_cpum_cf_diag.c
@@
-390,7
+390,7
@@
static size_t cf_diag_getctrset(struct cf_ctrset_entry *ctrdata, int ctrset,
debug_sprintf_event(cf_diag_dbg, 6,
"%s ctrset %d ctrset_size %zu cfvn %d csvn %d"
- " need %zd rc
:
%d\n",
+ " need %zd rc
%d\n",
__func__, ctrset, ctrset_size, cpuhw->info.cfvn,
cpuhw->info.csvn, need, rc);
return need;
@@
-567,7
+567,7
@@
static int cf_diag_add(struct perf_event *event, int flags)
int err = 0;
debug_sprintf_event(cf_diag_dbg, 5,
- "%s event %p cpu %d flags %#x cpuhw
:
%p\n",
+ "%s event %p cpu %d flags %#x cpuhw
%p\n",
__func__, event, event->cpu, flags, cpuhw);
if (cpuhw->flags & PMU_F_IN_USE) {