aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-18 09:23:00 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-04-18 09:23:00 +0200
commit2199644490acace6ca5a211a6cef4532a1a1bc46 (patch)
tree90a77accdec407e6f05a66119d4cd33d52d4ce20 /pkg/report/linux.go
parentb80fd3b5d429f4d59731a40bf2bcda0c571365e0 (diff)
pkg/report: reformat code
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index f3ecee667..01d4745ab 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
},