Re: [PATCH 1/4] kernel: constructor support

From: Peter Oberparleiter
Date: Thu May 07 2009 - 09:34:03 EST


Ingo Molnar wrote:
* Peter Oberparleiter <oberpar@xxxxxxxxxxxxxxxxxx> wrote:

+typedef void (*ctorcall_t)(void);

that name is pretty ugly. Please change it to the usual kernel convention for function pointers:

typedef void (*ctor_fn_t)(void);

Ok, will do. Thanks.

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