[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191120090008.qlfc3lnzwl6yudsf@steredhat>
Date: Wed, 20 Nov 2019 10:00:08 +0100
From: Stefano Garzarella <sgarzare@...hat.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, virtualization@...ts.linux-foundation.org,
decui@...rosoft.com, stefanha@...hat.com,
linux-kernel@...r.kernel.org, kvm@...r.kernel.org,
jhansen@...are.com
Subject: Re: [PATCH net-next 4/6] vsock: add vsock_loopback transport
On Tue, Nov 19, 2019 at 05:15:01PM -0800, David Miller wrote:
> From: Stefano Garzarella <sgarzare@...hat.com>
> Date: Tue, 19 Nov 2019 12:01:19 +0100
>
> > +static int vsock_loopback_cancel_pkt(struct vsock_sock *vsk)
> > +{
> > + struct vsock_loopback *vsock;
> > + struct virtio_vsock_pkt *pkt, *n;
> > + int ret;
> > + LIST_HEAD(freeme);
>
> Reverse christmas tree ordering of local variables here please.
>
Sure, I'll fix in the v2.
Thanks,
Stefano
Powered by blists - more mailing lists