Re: [PATCH v19 036/130] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters

From: Huang, Kai
Date: Mon Mar 25 2024 - 05:01:33 EST




On 23/03/2024 1:28 pm, Yamahata, Isaku wrote:
+ if (copy_to_user(user_caps->cpuid_configs, &tdx_info->cpuid_configs,
+ tdx_info->num_cpuid_config *
+ sizeof(tdx_info->cpuid_configs[0]))) {
+ ret = -EFAULT;
+ }
I think the '{ }' is needed here.
Unnecessary? Will remove braces.

Right. Sorry I didn't finish the 'isn't'.