mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 03:19:51 +00:00
sys/openbsd: fix linter warnings
sys/openbsd/init.go:58:36: Top level comment should end in a period // kCoverFd in executor/executor.cc ^ sys/openbsd/init.go:60:38: Top level comment should end in a period // kOutPipeFd in executor/executor.cc ^
This commit is contained in:
parent
712de1c63d
commit
2d37b9667e
@ -55,9 +55,9 @@ const (
|
||||
devFdMajor = 22
|
||||
devNullDevT = 0x0202
|
||||
|
||||
// kCoverFd in executor/executor.cc
|
||||
// kCoverFd in executor/executor.cc.
|
||||
kcovFdMinorMin = 232
|
||||
// kOutPipeFd in executor/executor.cc
|
||||
// kOutPipeFd in executor/executor.cc.
|
||||
kcovFdMinorMax = 248
|
||||
|
||||
// Mask covering all valid rlimit resources.
|
||||
|
Loading…
Reference in New Issue
Block a user