summaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.com>2024-11-18 21:58:55 +0100
committerJiri Kosina <jkosina@suse.com>2024-11-18 21:58:55 +0100
commit22380b5f03ae246c02abe361d0a075cd674ca3fe (patch)
tree6062f8dc256c3c8f9201f64f4a26cd312699250a /drivers/hid/usbhid
parent359bfdc3c99191aa4266ad582f6bbc182841d11e (diff)
parent7b2daa648eb75ec75a6ebf5fce5629b758ea06df (diff)
downloadlinux-22380b5f03ae246c02abe361d0a075cd674ca3fe.tar.gz
linux-22380b5f03ae246c02abe361d0a075cd674ca3fe.tar.bz2
linux-22380b5f03ae246c02abe361d0a075cd674ca3fe.zip
Merge branch 'for-6.13/core' into for-linus
- assorted cleanups and small code fixes (Dmitry Torokhov, Yan Zhen, Nathan Chancellor, Andy Shevchenko)
Diffstat (limited to 'drivers/hid/usbhid')
-rw-r--r--drivers/hid/usbhid/hid-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/usbhid/hid-core.c b/drivers/hid/usbhid/hid-core.c
index a9e85bdd4cc6..a6eb6fe6130d 100644
--- a/drivers/hid/usbhid/hid-core.c
+++ b/drivers/hid/usbhid/hid-core.c
@@ -1100,7 +1100,7 @@ static int usbhid_start(struct hid_device *hid)
interval = endpoint->bInterval;
- /* Some vendors give fullspeed interval on highspeed devides */
+ /* Some vendors give fullspeed interval on highspeed devices */
if (hid->quirks & HID_QUIRK_FULLSPEED_INTERVAL &&
dev->speed == USB_SPEED_HIGH) {
interval = fls(endpoint->bInterval*8);