[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4784C96D.5030805@student.ltu.se>
Date: Wed, 09 Jan 2008 14:17:33 +0100
From: Richard Knutsson <ricknu-0@...dent.ltu.se>
To: Andre Noll <maan@...temlinux.org>
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
Andre Noll wrote:
> On 17:40, Andi Kleen wrote:
>
>
>> Here's a proposal for some useful code transformations the kernel janitors
>> could do as opposed to running checkpatch.pl.
>>
>
> Here's my take on drivers/scsi/sg.c. It's only compile-tested on x86-64.
>
... and x86 with all(yes|mod)config. :)
Would had preferred:
if (x) {
result = -Exxxx;
goto out;
}
then:
result = -Exxxx;
if (x)
goto out;
but it looks correct.
cu,
Richard
--
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