Re: [PATCH 1/1] Fix boot on efi 32 bit Machines

From: Randy.Dunlap
Date: Tue Jun 20 2006 - 18:22:22 EST


On Tue, 20 Jun 2006 23:58:57 +0200 (MEST) Jan Engelhardt wrote:

> >
> >Darn, I was going to comment on the patch, but the attachment
> >isn't quoted... :(
> >
> >
> >1. if you modify this patch, change
> >+ if(!efi_enabled) {
> >to
> > if (!efi_enabled) {
> >to be compatible with Linux coding style.
> >
> Care to name the section this is listed in? It is used all over the place
> in examples in the CodingStyle document, but I could not find an
> explanation which explicitly says "space after if".

Nope, I didn't say compatible with Documentation/CodingStyle.
I'm just basing it on visible evidence in source files and
many emails requesting the same.

---
~Randy
-
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/