Re: [PATCH v15 02/13] x86/sev: Relocate SNP guest messaging routines to common code

From: Nikunj A. Dadhania
Date: Thu Dec 05 2024 - 01:25:41 EST


On 12/5/2024 1:50 AM, Borislav Petkov wrote:
> On Tue, Dec 03, 2024 at 02:30:34PM +0530, Nikunj A Dadhania wrote:
>> + rc = verify_and_dec_payload(mdesc, req);
>> + if (rc) {
>> + pr_alert("Detected unexpected decode failure from ASP. rc: %d\n", rc);
>> + snp_disable_vmpck(mdesc);
>> + return rc;
>> + }
>> +
>> + return 0;
>> +}
>> +EXPORT_SYMBOL_GPL(snp_send_guest_request);
>> +
>
> Applying: x86/sev: Relocate SNP guest messaging routines to common code
> .git/rebase-apply/patch:376: new blank line at EOF.
> +
> warning: 1 line adds whitespace errors.
>

Sure will fix it.

Regards
Nikunj