aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hid
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:45:50 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:45:50 +0000
commitf76a02886c3b9a77fb5a5d5bba78a3e8d8a00ee9 (patch)
tree6fedfbfe08454f7f27bef505fe1410f96fbfc7c0 /sys/dev/hid
parent591a9b5ea339feda45cd0dafaac4b581495a57d2 (diff)
Diffstat (limited to 'sys/dev/hid')
-rw-r--r--sys/dev/hid/hmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hid/hmt.c b/sys/dev/hid/hmt.c
index 0534b82cecb1..331303d84a46 100644
--- a/sys/dev/hid/hmt.c
+++ b/sys/dev/hid/hmt.c
@@ -886,7 +886,7 @@ hmt_set_input_mode(struct hmt_softc *sc, enum hconf_input_mode mode)
if (device_get_devclass(hconf) != hconf_devclass)
return (ENXIO);
- /* hconf_set_input_mode can drop the the topo lock while sleeping */
+ /* hconf_set_input_mode can drop the topo lock while sleeping */
device_busy(hconf);
err = hconf_set_input_mode(hconf, mode);
device_unbusy(hconf);