]> git.itanic.dy.fi Git - linux-stable/commit
vhost: fix typo in error message
authorYunsheng Lin <linyunsheng@huawei.com>
Tue, 1 Sep 2020 02:39:09 +0000 (10:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2020 22:34:49 +0000 (15:34 -0700)
commitae6961de541d2307076d02fe9ae31f25c9f13611
tree8e3cde0b3bc78b84a15192c9516ae8403af98e12
parentcbedcb044e9cc4e14bbe6658111224bb923094f4
vhost: fix typo in error message

"enable" should be "disable" when the function name is
vhost_disable_notify(), which does the disabling work.

Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/vhost/vhost.c