-----Original Message-----
From: Stefano Garzarella <sgarzare@redhat.com>
Sent: Wednesday, January 11, 2023 4:25 PM
To: Liming Wu <redacted>
Cc: Michael S . Tsirkin <mst@redhat.com>; Jason Wang
[off-list ref]; kvm@vger.kernel.org; virtualization@lists.linux-
foundation.org; netdev@vger.kernel.org; linux-kernel@vger.kernel.org;
398776277@qq.com
Subject: Re: [PATCH] vhost: remove unused paramete
On Tue, Jan 10, 2023 at 10:44:45AM +0800, liming.wu@jaguarmicro.com wrote:
quoted
From: Liming Wu <redacted>
"enabled" is defined in vhost_init_device_iotlb, but it is never used.
Let's remove it.
Signed-off-by: Liming Wu <redacted>
---
drivers/vhost/net.c | 2 +-
drivers/vhost/vhost.c | 2 +-
drivers/vhost/vhost.h | 2 +-
drivers/vhost/vsock.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
Little typo in the title s/paramete/parameter.
Thanks for the hints!
Do I need to resend this patch.
A part of that, the patch LGTM:
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Thanks,
Liming Wu