VMCI: Fix the description of vmci_check_host_caps()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 24 Feb 2022 20:22:17 +0000 (21:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Feb 2022 10:55:01 +0000 (11:55 +0100)
commitb791da238992436f6269e8743b3bc23305702674
treebbaf270e84dea1c4ee9498cbf39a1512b42790e5
parent41a92a89eee819298f805c40187ad8b02bb53426
VMCI: Fix the description of vmci_check_host_caps()

vmci_check_host_caps() doesn't return a bool but an int.
Fix the description accordingly.

Fixes: 782f24453536 ("VMCI: fix error handling path when registering guest driver")
Acked-by: Vishnu Dasa <vdasa@vmware.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/c181bec88aab1145d3868d61b7e52d53923f8206.1645734041.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vmw_vmci/vmci_guest.c