Re: [PATCH v2 3/6] x86/sgx: Handle VA page allocation failure for EAUG on PF.

From: Reinette Chatre
Date: Wed Aug 31 2022 - 14:37:47 EST


Hi Jarkko,

On 8/31/2022 11:21 AM, Jarkko Sakkinen wrote:
>
> Can you point out what exactly is the whitespace issue?

There is an extra space after the "=" in:
vmret = VM_FAULT_NOPAGE;

Reinette