From: Dandan Zhang Date: Wed, 7 Aug 2024 09:37:14 +0000 (+0800) Subject: LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() X-Git-Tag: v6.11-rc3~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=494b0792d962e8efac72b3a5b6d9bcd4e6fa8cf0;p=thirdparty%2Fkernel%2Flinux.git LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() The kvm_hypercall() set for LoongArch is limited to a1-a5. So the mention of a6 in the comment is undefined that needs to be rectified. Reviewed-by: Bibo Mao Signed-off-by: Wentao Guan Signed-off-by: Dandan Zhang Signed-off-by: Huacai Chen --- diff --git a/arch/loongarch/include/asm/kvm_para.h b/arch/loongarch/include/asm/kvm_para.h index 335fb86778e2b..43ec61589e6cd 100644 --- a/arch/loongarch/include/asm/kvm_para.h +++ b/arch/loongarch/include/asm/kvm_para.h @@ -39,9 +39,9 @@ struct kvm_steal_time { * Hypercall interface for KVM hypervisor * * a0: function identifier - * a1-a6: args + * a1-a5: args * Return value will be placed in a0. - * Up to 6 arguments are passed in a1, a2, a3, a4, a5, a6. + * Up to 5 arguments are passed in a1, a2, a3, a4, a5. */ static __always_inline long kvm_hypercall0(u64 fid) {