|
@@ -1511,7 +1511,7 @@ int kmsg_dump_unregister(struct kmsg_dumper *dumper)
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(kmsg_dump_unregister);
|
|
|
|
|
|
-static const char const *kmsg_reasons[] = {
|
|
|
+static const char * const kmsg_reasons[] = {
|
|
|
[KMSG_DUMP_OOPS] = "oops",
|
|
|
[KMSG_DUMP_PANIC] = "panic",
|
|
|
[KMSG_DUMP_KEXEC] = "kexec",
|