aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hid/hidraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hid/hidraw.c')
-rw-r--r--sys/dev/hid/hidraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hid/hidraw.c b/sys/dev/hid/hidraw.c
index d17356642042..5b5e9b58f8bd 100644
--- a/sys/dev/hid/hidraw.c
+++ b/sys/dev/hid/hidraw.c
@@ -182,7 +182,7 @@ static const struct filterops hidraw_filterops_read = {
.f_isfd = 1,
.f_detach = hidraw_kqdetach,
.f_event = hidraw_kqread,
- .f_copy = knote_triv_copy,
+ .f_copy = knote_triv_copy,
};
static void