Re: [OT] Style Issues / Concerns

From: James Kosin
Date: Mon Mar 22 2010 - 16:32:53 EST


On 3/22/2010 4:13 PM, Andi Kleen wrote:
> James Kosin <jkosin@xxxxxxxxxxxxx> writes:
>
>> Before everyone jumps in at once, this is a simple example that will
>> produce a compiler error about the misplaced else. However if there are
>> many if statements above this that may allow the else to be paired up
>> with it then the code will compile and there will be a serious and very
>> difficult bug in the code that will take days or months to find.
>>
> Modern editors with auto indent mode makes it actually very easy
> to find such bugs.
>
> Also checkpatch.pl checks for it now I believe.
>
Thanks for the speedy reply.

Does this mean developers need to install X or some graphical
environment now to develop the kernel?
If so what options are available to those that don't want a graphical
environment to develop under?

Sorry if I'm old fashioned.

Thanks again,
James K.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/