> -----Original Message----- > From: Wei Liu [mailto:wei.l...@citrix.com] > Sent: 10 May 2016 14:29 > To: Paul Durrant > Cc: xen-de...@lists.xenproject.org; netdev@vger.kernel.org; Wei Liu > Subject: Re: [PATCH net-next 1/4] xen-netback: add control ring boilerplate > > On Thu, May 05, 2016 at 12:19:27PM +0100, Paul Durrant wrote: > [...] > > > > +static int connect_ctrl_ring(struct backend_info *be) > > +{ > > Please use goto style error handling in this function. >
Will do. > Other than this the code looks good. > Thanks, Paul > Wei.