]> git.baikalelectronics.ru Git - kernel.git/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)
commit797660328de9099524c88026ffae0d986ee058dc
tree8e3cde0b3bc78b84a15192c9516ae8403af98e12
parent0dcda0a148d6dd9c7242efbe19befb0f6be22ff0
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