|
From: Seiji A. <sei...@hd...> - 2012-03-24 16:04:12
|
> Better:
>
> static char *reason_str[] = {
> [KMSG_DUMP_OOPS] = "Oops",
> [KMSG_DUMP_PANIC] = "Panic",
> ...
> [KMSG_DUMP_POWEROFF] = "Poweroff",
> };
Thanks, Andrew.
I will update my patch.
Seiji
|