All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] HID: Fix typo in HID-core
@ 2021-02-10 14:18 Yorick de Wid
  0 siblings, 0 replies; only message in thread
From: Yorick de Wid @ 2021-02-10 14:18 UTC (permalink / raw)
  To: linux-input, Benjamin Tissoires, Jiri Kosina; +Cc: Yorick de Wid

Signed-off-by: Yorick de Wid <ydewid@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-10 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 14:18 [PATCH 1/1] HID: Fix typo in HID-core Yorick de Wid

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.