virt: acrn: Fix document of acrn_msi_inject()
authorShuo Liu <shuo.a.liu@intel.com>
Thu, 11 Mar 2021 01:52:06 +0000 (09:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Mar 2021 07:26:30 +0000 (08:26 +0100)
commit1c15b334ca34dd22a19e1c595908fc860523be64
tree8eed551b3bf13dd649d88030e0910bb6447d41ca
parent615d2ef05a97be05c12cbb50f5fce0b8e094d66c
virt: acrn: Fix document of acrn_msi_inject()

This fixes below build warning with extra build checks.

$ make W=1

../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 <shuo.a.liu@intel.com>
Link: https://lore.kernel.org/r/20210311015206.19715-1-shuo.a.liu@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/virt/acrn/vm.c