From: Shivam Chaudhary <cvam0000@gmail.com>
To: dmitry.torokhov@gmail.com, wse@tuxedocomputers.com,
tiwai@suse.de, hdegoede@redhat.com, eshimanovich@chromium.org,
szfabian@bluemarch.art, tjakobi@math.uni-bielefeld.de
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Shivam Chaudhary <cvam0000@gmail.com>
Subject: [PATCH] Input: i8042: Fix typo dublicate to duplicate
Date: Thu, 7 Nov 2024 23:19:18 +0530 [thread overview]
Message-ID: <20241107174918.78335-1-cvam0000@gmail.com> (raw)
Fix typo in i8042-acpipnpio.h dublicate -> duplicate.
Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com>
---
drivers/input/serio/i8042-acpipnpio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/serio/i8042-acpipnpio.h b/drivers/input/serio/i8042-acpipnpio.h
index 34d1f07ea4c3..127cfdc8668a 100644
--- a/drivers/input/serio/i8042-acpipnpio.h
+++ b/drivers/input/serio/i8042-acpipnpio.h
@@ -90,7 +90,7 @@ static inline void i8042_write_command(int val)
* ORDERING IS IMPORTANT! The first match will be apllied and the rest ignored.
* This allows entries to overwrite vendor wide quirks on a per device basis.
* Where this is irrelevant, entries are sorted case sensitive by DMI_SYS_VENDOR
- * and/or DMI_BOARD_VENDOR to make it easier to avoid dublicate entries.
+ * and/or DMI_BOARD_VENDOR to make it easier to avoid duplicate entries.
*/
static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
{
--
2.34.1
next reply other threads:[~2024-11-07 17:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 17:49 Shivam Chaudhary [this message]
2024-11-14 5:21 ` [PATCH] Input: i8042: Fix typo dublicate to duplicate Dmitry Torokhov
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=20241107174918.78335-1-cvam0000@gmail.com \
--to=cvam0000@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=eshimanovich@chromium.org \
--cc=hdegoede@redhat.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=szfabian@bluemarch.art \
--cc=tiwai@suse.de \
--cc=tjakobi@math.uni-bielefeld.de \
--cc=wse@tuxedocomputers.com \
/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.