X-Git-Url: http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=blobdiff_plain;f=kernel%2Fpanic.c;h=c00b4ceb39e8b151aab790e6b498247ea53a4aa6;hp=b6c482ccc5db77f4af0afbb0948ff0373bb094d5;hb=a5d6e63323fe7799eb0e6fd0a41fbfad10fca258;hpb=323f6226a816f0b01514d25fba5529e0e68636c3 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[] = { */ const char *print_tainted(void) { - static char buf[ARRAY_SIZE(tnts) + sizeof("Tainted: ") + 1]; + static char buf[ARRAY_SIZE(tnts) + sizeof("Tainted: ")]; if (tainted_mask) { char *s;