Skip to content

kcheckpass: Fix incorrect kevent() argument

This is flagged by the compiler, keventEvent is already an array and will decay to a pointer.

Merge request reports