ath10k: add trace event for WMI_DEBUG_MESG_EVENTID
[cascardo/linux.git] / kernel / panic.c
index b6c482c..c00b4ce 100644 (file)
@@ -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;