aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2021-06-30 18:56:25 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-07-01 11:06:06 -0700
commit46b85bf96714267ab7855683b40103c9282aaf4e (patch)
tree0eb9207cde9c9f0f9e952cf1bb324dbc0d55f77d /kernel/kprobes.c
parentcheckpatch: improve the indented label test (diff)
downloadlinux-dev-46b85bf96714267ab7855683b40103c9282aaf4e.tar.xz
linux-dev-46b85bf96714267ab7855683b40103c9282aaf4e.zip
checkpatch: do not complain about positive return values starting with EPOLL
checkpatch complains about positive return values of poll functions. Example: WARNING: return of an errno should typically be negative (ie: return -EPOLLIN) + return EPOLLIN; Poll functions return positive values. The defines for the return values of poll functions all start with EPOLL, resulting in a number of false positives. An often used workaround is to assign poll function return values to variables and returning that variable, but that is a less than perfect solution. There is no error definition which starts with EPOLL, so it is safe to omit the warning for return values starting with EPOLL. Link: https://lkml.kernel.org/r/20210622004334.638680-1-linux@roeck-us.net Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Joe Perches <joe@perches.com> Cc: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/kprobes.c')
0 files changed, 0 insertions, 0 deletions