diff --git a/pkg/report/linux.go b/pkg/report/linux.go index f3ecee66..01d4745a 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -998,7 +998,7 @@ var linuxOopses = []*oops{ compile("INFO: lockdep is turned off"), compile("INFO: Stall ended before state dump start"), compile("INFO: NMI handler .* took too long to run"), - compile("_INFO::"), // Android can print this during boot. + compile("_INFO::"), // Android can print this during boot. compile("INFO: sys_.* is not present in /proc/kallsyms"), // pkg/host output in debug mode compile("INFO: no syscalls can create resource"), // pkg/host output in debug mode },