Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 908a0935 authored by Suraj Jitindar Singh's avatar Suraj Jitindar Singh Committed by Paul Mackerras
Browse files

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: default avatarSuraj Jitindar Singh <sjitindarsingh@gmail.com>
Signed-off-by: default avatarPaul Mackerras <paulus@ozlabs.org>
parent f4944613
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2609,7 +2609,8 @@ static void shrink_halt_poll_ns(struct kvmppc_vcore *vc)
		vc->halt_poll_ns /= halt_poll_ns_shrink;
		vc->halt_poll_ns /= halt_poll_ns_shrink;
}
}


/* Check to see if any of the runnable vcpus on the vcore have pending
/*
 * Check to see if any of the runnable vcpus on the vcore have pending
 * exceptions or are no longer ceded
 * exceptions or are no longer ceded
 */
 */
static int kvmppc_vcore_check_block(struct kvmppc_vcore *vc)
static int kvmppc_vcore_check_block(struct kvmppc_vcore *vc)
+1 −1
Original line number Original line Diff line number Diff line
@@ -449,7 +449,7 @@ TRACE_EVENT(kvmppc_vcore_wakeup,
		__entry->tgid   = current->tgid;
		__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->waited ? "wait" : "poll",
		__entry->ns, __entry->tgid)
		__entry->ns, __entry->tgid)
);
);