All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yorick de Wid <ydewid@gmail.com>
To: linux-input@vger.kernel.org,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	Jiri Kosina <jikos@kernel.org>
Cc: Yorick de Wid <ydewid@gmail.com>
Subject: [PATCH 1/1] HID: Fix typo in HID-core
Date: Wed, 10 Feb 2021 15:18:02 +0100	[thread overview]
Message-ID: <20210210141801.22033-1-ydewid@gmail.com> (raw)

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


                 reply	other threads:[~2021-02-10 14:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210210141801.22033-1-ydewid@gmail.com \
    --to=ydewid@gmail.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=jikos@kernel.org \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.