Add missing parameter name. No functional change. Signed-off-by: Federico Serafini <[email protected]> --- xen/include/xen/kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/include/xen/kernel.h b/xen/include/xen/kernel.h index 560b1c2832..6bbd4a2827 100644 --- a/xen/include/xen/kernel.h +++ b/xen/include/xen/kernel.h @@ -112,7 +112,7 @@ struct vcpu; void show_execution_state(const struct cpu_user_regs *regs); void cf_check show_execution_state_nonconst(struct cpu_user_regs *regs); -void vcpu_show_execution_state(struct vcpu *); +void vcpu_show_execution_state(struct vcpu *v); #endif /* _LINUX_KERNEL_H */ -- 2.34.1
