From c30437de9bf850b84ed6f801270602422aa92bb6 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 26 Sep 2018 15:05:29 +0200 Subject: [PATCH] Fix Doxygen comment in hypercall.h header file Fix a Doxygen comment in the hypercall.h header file which is missing the name of the parameter, this is causing warnings when generating the documentation related to the hcall_set_callback_vector() hypercall. Tracked-On: #1335 Signed-off-by: Geoffroy Van Cutsem --- hypervisor/include/common/hypercall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/include/common/hypercall.h b/hypervisor/include/common/hypercall.h index 7bee75ce5..81588279d 100644 --- a/hypervisor/include/common/hypercall.h +++ b/hypervisor/include/common/hypercall.h @@ -463,7 +463,7 @@ int64_t hcall_save_restore_sworld_ctx(struct vcpu *vcpu); * to notify the SOS kernel. * * @param vm Pointer to VM data structure - * @param the expected notifier vector from guest + * @param param the expected notifier vector from guest * * @pre Pointer vm shall point to VM0 * @return 0 on success, non-zero on error.