diff options
Diffstat (limited to 'sys/dev/hid/u2f.c')
-rw-r--r-- | sys/dev/hid/u2f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hid/u2f.c b/sys/dev/hid/u2f.c index 4232322c61df..e1f696d72f01 100644 --- a/sys/dev/hid/u2f.c +++ b/sys/dev/hid/u2f.c @@ -132,7 +132,7 @@ static struct filterops u2f_filterops_read = { .f_isfd = 1, .f_detach = u2f_kqdetach, .f_event = u2f_kqread, - .f_copy = knote_triv_copy, + .f_copy = knote_triv_copy, }; static int |