diff options
| -rw-r--r-- | kernel/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index b6c482ccc5db..c00b4ceb39e8 100644 --- a/kernel/panic.c +++ b/kernel/panic.c | |||
| @@ -233,7 +233,7 @@ static const struct tnt tnts[] = { | |||
| 233 | */ | 233 | */ |
| 234 | const char *print_tainted(void) | 234 | const char *print_tainted(void) |
| 235 | { | 235 | { |
| 236 | static char buf[ARRAY_SIZE(tnts) + sizeof("Tainted: ") + 1]; | 236 | static char buf[ARRAY_SIZE(tnts) + sizeof("Tainted: ")]; |
| 237 | 237 | ||
| 238 | if (tainted_mask) { | 238 | if (tainted_mask) { |
| 239 | char *s; | 239 | char *s; |
