[PATCH v2 7/8] platform/x86: samsung-laptop: Fix typo in sabi_configs comment

From: Hemanth Selam

Date: Thu Sep 10 2026 - 00:50:05 EST


Correct "wihout" to "without". Comment only, no functional change.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
Reviewed-by: Mark Pearson <mpearson-lenovo@xxxxxxxxx>
Reviewed-by: Denis Benato <denis.benato@xxxxxxxxx>
---
drivers/platform/x86/samsung-laptop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
index 710f3d5bf84c..18631e96bb17 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -295,7 +295,7 @@ static const struct sabi_config sabi_configs[] = {
* d0, d1, d2, d3 - data fields
* call - call SABI using command and data
*
- * This allow to call arbitrary sabi commands wihout
+ * This allow to call arbitrary sabi commands without
* modifying the driver at all.
* For example, setting the keyboard backlight brightness to 5
*
--
2.48.1