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

From: Ingo Molnar
Date: Thu May 07 2009 - 08:52:21 EST



* 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);

Thanks,

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