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

2021-03-10 Thread Liu, Shuo A
On 3/10/2021 23:50, Greg Kroah-Hartman wrote: > On Wed, Mar 10, 2021 at 11:37:51PM +0800, shuo.a@intel.com wrote: >> From: Shuo Liu >> >> This fixes below sparse warning. >> >> ../drivers/virt/acrn/vm.c:105: warning: expecting prototype for >> acrn_inject_msi(). Prototype was for acrn_msi_i

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

2021-03-10 Thread Greg Kroah-Hartman
On Wed, Mar 10, 2021 at 11:37:51PM +0800, shuo.a@intel.com wrote: > From: Shuo Liu > > This fixes below sparse warning. > > ../drivers/virt/acrn/vm.c:105: warning: expecting prototype for > acrn_inject_msi(). Prototype was for acrn_msi_inject() instead That is not a warning from sparse :(

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

2021-03-10 Thread shuo . a . liu
From: Shuo Liu This fixes below sparse 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") Reported-by: kernel test robot Signed-off-