[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080109133323.GD16462@skl-net.de>
Date:	Wed, 9 Jan 2008 14:33:23 +0100
From:	Andre Noll <maan@...temlinux.org>
To:	Richard Knutsson <ricknu-0@...dent.ltu.se>
Cc:	Andi Kleen <andi@...stfloor.org>, linux-kernel@...r.kernel.org,
	kernel-janitors@...r.kernel.org, paolo.ciarrocchi@...il.com,
	gorcunov@...il.com
Subject: Re: [JANITOR PROPOSAL] Switch ioctl functions to ->unlocked_ioctl
On 14:17, Richard Knutsson wrote:
> Would had preferred:
> 
> if (x) {
>    result = -Exxxx;
>    goto out;
> }
> 
> then:
> 
> result = -Exxxx;
> if (x)
>    goto out;
> 
AFAIK, the second form is preferred in Linux because it is better
readable and it generates slightly better code.
Thanks for the review.
Andre
-- 
The only person who always got his work done by Friday was Robinson Crusoe
Download attachment "signature.asc" of type "application/pgp-signature" (190 bytes)
Powered by blists - more mailing lists