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

2021-03-10 Thread Shuo A Liu
On Wed 10.Mar'21 at 18:27:53 +0100, Greg Kroah-Hartman wrote: 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 "

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

2021-03-10 Thread Greg Kroah-Hartman
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

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

2021-03-10 Thread Shuo Liu
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 Fixes: c7cf8d27244f ("virt: acrn: Introduce interrupt injection interfaces") Signed-off-by: Shuo Liu --- drivers/virt/acrn/vm.c | 2 +-