> -----Original Message----- > From: Stefano Garzarella <sgarzare@xxxxxxxxxx> > Sent: Wednesday, January 11, 2023 4:25 PM > To: Liming Wu <liming.wu@xxxxxxxxxxxxxxx> > Cc: Michael S . Tsirkin <mst@xxxxxxxxxx>; Jason Wang > <jasowang@xxxxxxxxxx>; kvm@xxxxxxxxxxxxxxx; virtualization@lists.linux- > foundation.org; netdev@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; > 398776277@xxxxxx > Subject: Re: [PATCH] vhost: remove unused paramete > > On Tue, Jan 10, 2023 at 10:44:45AM +0800, liming.wu@xxxxxxxxxxxxxxx wrote: > >From: Liming Wu <liming.wu@xxxxxxxxxxxxxxx> > > > >"enabled" is defined in vhost_init_device_iotlb, but it is never used. > >Let's remove it. > > > >Signed-off-by: Liming Wu <liming.wu@xxxxxxxxxxxxxxx> > >--- > > 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@xxxxxxxxxx> > Thanks, Liming Wu