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'.