Re: [PATCH 11/16] virtio_net: minor cleanup
From: Cornelia Huck <hidden>
Date: 2014-10-06 12:06:52
Also in:
lkml, virtualization
From: Cornelia Huck <hidden>
Date: 2014-10-06 12:06:52
Also in:
lkml, virtualization
On Sun, 5 Oct 2014 19:07:21 +0300 "Michael S. Tsirkin" [off-list ref] wrote:
goto done; done: return; is ugly, it was put there to make diff review easier. replace by open-coded return. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> --- drivers/net/virtio_net.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
If you don't want to merge it into the mutex removal patch, maybe move it one up in the series? Acked-by: Cornelia Huck <redacted>