[PATCH 2/5] UBI: fastmap: kill junk newlines and add a TODO about that

Artem Bityutskiy dedekind1 at gmail.com
Wed Jun 6 19:29:35 EDT 2012


On Wed, 2012-06-06 at 23:30 +0200, Richard Weinberger wrote:
> a = 1 + b;
> res = c + a;
> 
> return res;
> 
> vs:
> 
> a = 1 + b;
> res = c + a;
> return res;

Sorry, but I think the above example is not quite suitable because it
looks too general, while I was asking only about a specific thing, not
for any return or goto.

ret = func();
if (ret) {
	free(x);

	goto out;
}

-- 
Best Regards,
Artem Bityutskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/linux-mtd/attachments/20120607/d1c372f2/attachment-0001.sig>


More information about the linux-mtd mailing list