From 8fa6f6fe769ede042b651e5b82bd93721e3aa339 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 17 Oct 2018 13:05:14 -0700 Subject: Reflow comment to 80 columns PiperOrigin-RevId: 217573168 Change-Id: Ic1914d0ef71bab020e3ee11cf9c4a50a702bd8dd --- pkg/sentry/strace/strace.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/sentry/strace/strace.go b/pkg/sentry/strace/strace.go index a16f5490e..f7bfa3a1f 100644 --- a/pkg/sentry/strace/strace.go +++ b/pkg/sentry/strace/strace.go @@ -568,8 +568,10 @@ func (s SyscallMap) SyscallExit(context interface{}, t *kernel.Task, sysno, rval } } -// ConvertToSysnoMap converts the names to a map keyed on the syscall number and value set to true. -// The map is in a convenient format to call SyscallFlagsTable.Enable(). +// ConvertToSysnoMap converts the names to a map keyed on the syscall number +// and value set to true. +// +// The map is in a convenient format to pass to SyscallFlagsTable.Enable(). func (s SyscallMap) ConvertToSysnoMap(syscalls []string) (map[uintptr]bool, error) { if syscalls == nil { // Sentinel: no list. -- cgit v1.2.3