Signed-off-by: Yorick de Wid <ydewid@xxxxxxxxx> --- drivers/hid/hid-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 56172fe6995..6a90fb795f9 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -2038,7 +2038,7 @@ EXPORT_SYMBOL_GPL(hid_disconnect); * @connect_mask: which outputs to connect, see HID_CONNECT_* * * Call this in probe function *after* hid_parse. This will setup HW - * buffers and start the device (if not defeirred to device open). + * buffers and start the device (if not deferred to device open). * hid_hw_stop must be called if this was successful. */ int hid_hw_start(struct hid_device *hdev, unsigned int connect_mask) -- 2.30.0