Re: [PATCH] cheap lookup of symbol names on oops()

Benjamin LaHaise (bcrl@redhat.com)
Thu, 25 Jul 2002 14:49:13 -0400


On Thu, Jul 25, 2002 at 11:21:42AM -0600, Cort Dougan wrote:
> I'm glad you found it useful.
>
> I'm sorry, Aunt Tillie has a mind of her own about indentation. Patch
> below with spaces turned to tabs.

> + if ( addr < PAGE_OFFSET )
> + {

It looks like she still has to ready the Documentation/CodingStyle. The
space after the ( and before the ) are spurious, and thes { belongs on
the same line as the if.

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