diff options
author | Suraj Jitindar Singh <sjitindarsingh@gmail.com> | 2016-10-14 11:53:23 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2016-11-28 11:48:47 +1100 |
commit | 908a09359ef4ed9e9ca1147b9d35f829d7e42a74 (patch) | |
tree | 69c6e1496011e215d6dad638d6f2efd372cec51a /arch/powerpc/kvm/trace_hv.h | |
parent | f4944613ad1ab6760589d5791488be1236c07fcc (diff) |
KVM: PPC: Book3S HV: Comment style and print format fixups
Fix comment block to match kernel comment style.
Fix print format from signed to unsigned.
Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'arch/powerpc/kvm/trace_hv.h')
-rw-r--r-- | arch/powerpc/kvm/trace_hv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/trace_hv.h b/arch/powerpc/kvm/trace_hv.h index fb21990c0fb4..ebc6dd449556 100644 --- a/arch/powerpc/kvm/trace_hv.h +++ b/arch/powerpc/kvm/trace_hv.h @@ -449,7 +449,7 @@ TRACE_EVENT(kvmppc_vcore_wakeup, __entry->tgid = current->tgid; ), - TP_printk("%s time %lld ns, tgid=%d", + TP_printk("%s time %llu ns, tgid=%d", __entry->waited ? "wait" : "poll", __entry->ns, __entry->tgid) ); |