Re: [PATCH v2] virt: acrn: Fix document of acrn_msi_inject()

From: Greg Kroah-Hartman
Date: Wed Mar 10 2021 - 12:28:42 EST


On Thu, Mar 11, 2021 at 12:05:38AM +0800, Shuo Liu wrote:
> This fixes below build warning.
>
> ../drivers/virt/acrn/vm.c:105: warning: expecting prototype for
> acrn_inject_msi(). Prototype was for acrn_msi_inject() instead

That's not a "normal" build warning is it? the compiler isn't spitting
it out...

Sorry to be a pain, but please be specific as to what is causing this to
show up...

thanks,

greg k-h