[PATCH v2 0/8] platform/x86: Fix typos in comments
From: Hemanth Selam
Date: Thu Sep 10 2026 - 00:45:01 EST
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@xxxxxxxxx/
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