aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
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 16ca3c56d..6955a6057 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -33,7 +33,7 @@ type linux struct {
eoi []byte
}
-func ctorLinux(cfg *config) (Reporter, []string, error) {
+func ctorLinux(cfg *config) (reporterImpl, []string, error) {
var symbols map[string][]symbolizer.Symbol
vmlinux := ""
if cfg.kernelObj != "" {