Re: [PATCH 1/7] bootmem: remove useless __init in header file

From: Dave Hansen
Date: Tue Jun 27 2006 - 13:15:52 EST


On Tue, 2006-06-27 at 14:53 +0200, Franck Bui-Huu wrote:
> +extern void * __alloc_bootmem (unsigned long size, unsigned long align, unsigned long goal);
> +extern void * __alloc_bootmem_nopanic (unsigned long size, unsigned long align, unsigned long goal);

Since we're being picky about kernel coding style, doesn't the '*' go
next to the function name? ;)

-- Dave

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