mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Hemanth Selam <hemanth.selam@gmail.com>
To: hansg@kernel.org, ilpo.jarvinen@linux.intel.com
Cc: corentin.chary@gmail.com, luke@ljones.dev,
	denis.benato@linux.dev, W_Armin@gmx.de,
	eric.piel@tremplin-utc.net, kenneth.t.chan@gmail.com,
	jlee@suse.com, srinivas.pandruvada@linux.intel.com,
	mpearson-lenovo@squebb.ca, platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/8] platform/x86: Fix typos in comments
Date: Thu, 10 Sep 2026 10:14:35 +0530	[thread overview]
Message-ID: <cover.1789015364.git.hemanth.selam@gmail.com> (raw)

v1 was one patch touching eight drivers.  Denis Benato asked for it to be
split one patch per file or driver, so here it is as eight patches, one
per driver.  The corrections themselves are unchanged from v1.

The words all come from scripts/spelling.txt, which is the list
checkpatch.pl uses.  codespell finds nothing further in these eight files
except "ALS" in asus-laptop.c, which is the Ambient Light Sensor and must
stay as it is.

Two of these comments have a grammar problem in addition to the
misspelling:

  asus-laptop.c     "The HWRS method return information about the
                    hardware" wants "returns"
  samsung-laptop.c  "This allow to call arbitrary sabi commands" wants
                    "allows calling"

I have left both alone so that this series stays a spelling fix and so
Mark's review still covers exactly the text he read.  I am happy to send
those two as a separate patch if you would like them corrected.

Mark Pearson reviewed v1 in full, so his tag is carried on every patch.
Denis offered his tag on the condition that Ilpo agrees to the split, and
it is included on that basis; please drop it if that is not right.

v1: https://lore.kernel.org/all/20260907085426.3661-1-hemanth.selam@gmail.com/

Hemanth Selam (8):
  platform/x86: asus-laptop: Fix typo in infos_show() comment
  platform/x86: asus-nb-wmi: Fix typo in asus_nb_wmi_quirks() comment
  platform/x86: hp_accel: Fix typo in lis3lv02d_acpi_write() comment
  platform/x86/intel/tpmi: Fix typo in TPMI_FEATURE_NAME_LEN comment
  platform/x86: msi-laptop: Fix typo in struct quirk_entry comment
  platform/x86: panasonic-laptop: Fix typo in the file history comment
  platform/x86: samsung-laptop: Fix typo in sabi_configs comment
  platform/x86: uniwill-laptop: Fix typo in the kbd LED brightness
    comment

 drivers/platform/x86/asus-laptop.c          | 2 +-
 drivers/platform/x86/asus-nb-wmi.c          | 2 +-
 drivers/platform/x86/hp/hp_accel.c          | 2 +-
 drivers/platform/x86/intel/vsec_tpmi.c      | 2 +-
 drivers/platform/x86/msi-laptop.c           | 2 +-
 drivers/platform/x86/panasonic-laptop.c     | 2 +-
 drivers/platform/x86/samsung-laptop.c       | 2 +-
 drivers/platform/x86/uniwill/uniwill-acpi.c | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.48.1


             reply	other threads:[~2026-09-10  4:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-10  4:44 Hemanth Selam [this message]
2026-09-10  4:44 ` [PATCH v2 1/8] platform/x86: asus-laptop: Fix typo in infos_show() comment Hemanth Selam
2026-09-10  4:44 ` [PATCH v2 2/8] platform/x86: asus-nb-wmi: Fix typo in asus_nb_wmi_quirks() comment Hemanth Selam
2026-09-10  4:44 ` [PATCH v2 3/8] platform/x86: hp_accel: Fix typo in lis3lv02d_acpi_write() comment Hemanth Selam
2026-09-10  4:44 ` [PATCH v2 4/8] platform/x86/intel/tpmi: Fix typo in TPMI_FEATURE_NAME_LEN comment Hemanth Selam
2026-09-10  4:44 ` [PATCH v2 5/8] platform/x86: msi-laptop: Fix typo in struct quirk_entry comment Hemanth Selam
2026-09-10  4:44 ` [PATCH v2 6/8] platform/x86: panasonic-laptop: Fix typo in the file history comment Hemanth Selam
2026-09-10  4:44 ` [PATCH v2 7/8] platform/x86: samsung-laptop: Fix typo in sabi_configs comment Hemanth Selam
2026-09-10  4:44 ` [PATCH v2 8/8] platform/x86: uniwill-laptop: Fix typo in the kbd LED brightness comment Hemanth Selam

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=cover.1789015364.git.hemanth.selam@gmail.com \
    --to=hemanth.selam@gmail.com \
    --cc=W_Armin@gmx.de \
    --cc=corentin.chary@gmail.com \
    --cc=denis.benato@linux.dev \
    --cc=eric.piel@tremplin-utc.net \
    --cc=hansg@kernel.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=jlee@suse.com \
    --cc=kenneth.t.chan@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luke@ljones.dev \
    --cc=mpearson-lenovo@squebb.ca \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=srinivas.pandruvada@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®