Re: [PATCH] KVM: SEV: Fix unused variable in guest request handling
From: Carlos Bilbao
Date: Mon May 20 2024 - 09:49:27 EST
Hey Markus,
On 5/19/24 12:50 AM, Markus Elfring wrote:
>> The variable 'sev' is assigned, but never used. Remove it.
> Would it be a bit nicer to use the word “Omit” instead of “Fix”
> in the summary phrase?
I can find many instances of "Fix unused variable" in the history of the
kernel:
ubsan: fix unused variable warning in test module
x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()
octeontx2-pf: Fix unused variable build error
etc...
but not a single "Omit unused variable" commit.
>
> Regards,
> Markus
Thanks,
Carlos