aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-29 12:03:18 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-04-29 12:04:22 +0200
commitc7f6891ca7dc623ed77840580cb9270c61d200ee (patch)
treee1da6482fc511cc7bc7a399e621d9d77726e0779 /pkg
parentd5a5d045176c34bd1066e2b8ce843b3dc8a67ee0 (diff)
pkg/report: reformat code
There is some regression in Go formatting on tip. I am constantly getting diffs after formatting. Filed: https://github.com/golang/go/issues/25161
Diffstat (limited to 'pkg')
-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 531f33917..172a75b4d 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1008,7 +1008,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
},