Reflow comment to 80 columns

PiperOrigin-RevId: 217573168
Change-Id: Ic1914d0ef71bab020e3ee11cf9c4a50a702bd8dd
This commit is contained in:
Michael Pratt
2018-10-17 13:06:16 -07:00
committed by Shentubot
parent 4e6f0892c9
commit 8fa6f6fe76
+4 -2
View File
@@ -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.