[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1451806163.4334.36.camel@perches.com>
Date: Sat, 02 Jan 2016 23:29:23 -0800
From: Joe Perches <joe@...ches.com>
To: SF Markus Elfring <elfring@...rs.sourceforge.net>,
Julian Calaby <julian.calaby@...il.com>
Cc: linux-wireless <linux-wireless@...r.kernel.org>,
Aloisio Almeida Jr <aloisio.almeida@...nbossa.org>,
Lauro Ramos Venancio <lauro.venancio@...nbossa.org>,
Samuel Ortiz <sameo@...ux.intel.com>,
LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org,
Julia Lawall <julia.lawall@...6.fr>
Subject: Re: [PATCH 1/3] NFC-mei_phy: Refactoring for mei_nfc_connect()
On Sun, 2016-01-03 at 08:00 +0100, SF Markus Elfring wrote:
> > > r = 0;
> > > -
> > > -err:
> > > +free_reply:
> > > kfree(reply);
> > > +free_cmd:
> > > kfree(cmd);
> > > -
> >
> > Why are you deleting the two blank lines here?
>
> Can they be unnecessary at this source code place
> according to the Linux coding style convention?
As far as I know, there's no linux specific accepted
convention for blank lines preceding labels.
My personal preference is for a blank line before a
new block, but not before the second and subsequent
labels in an error handling block.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists