aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index 2531017795f6..d18933a92819 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -1511,7 +1511,7 @@ int kmsg_dump_unregister(struct kmsg_dumper *dumper)
1511} 1511}
1512EXPORT_SYMBOL_GPL(kmsg_dump_unregister); 1512EXPORT_SYMBOL_GPL(kmsg_dump_unregister);
1513 1513
1514static const char const *kmsg_reasons[] = { 1514static const char * const kmsg_reasons[] = {
1515 [KMSG_DUMP_OOPS] = "oops", 1515 [KMSG_DUMP_OOPS] = "oops",
1516 [KMSG_DUMP_PANIC] = "panic", 1516 [KMSG_DUMP_PANIC] = "panic",
1517 [KMSG_DUMP_KEXEC] = "kexec", 1517 [KMSG_DUMP_KEXEC] = "kexec",