From: Avi Kivity <[email protected]>

Signed-off-by: Avi Kivity <[email protected]>

diff --git a/arch/x86/kvm/trace.h b/arch/x86/kvm/trace.h
index ab66aeb..6c2c87f 100644
--- a/arch/x86/kvm/trace.h
+++ b/arch/x86/kvm/trace.h
@@ -23,7 +23,7 @@ TRACE_EVENT(kvm_entry,
                __entry->vcpu_id        = vcpu_id;
        ),
 
-       TP_printk("vcpu %u\n", __entry->vcpu_id)
+       TP_printk("vcpu %u", __entry->vcpu_id)
 );
 
 /*
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to