[PATCH] doc: Fix typo in drivers/media/rc/keymaps/rc-khamsin.c

From: Kendra Moore
Date: Tue Mar 12 2024 - 17:59:07 EST


This patch corrects a typo. Specifically in a comment
"supports" is misspelled "suppors".

No functional changes are made by this patch; it only
improves the accuracy and readability of the file.

Signed-off-by: Kendra Moore <kendra.j.moore3443@xxxxxxxxx>
---
drivers/media/rc/keymaps/rc-khamsin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/rc/keymaps/rc-khamsin.c b/drivers/media/rc/keymaps/rc-khamsin.c
index 2121cad8d3df..88074b23125b 100644
--- a/drivers/media/rc/keymaps/rc-khamsin.c
+++ b/drivers/media/rc/keymaps/rc-khamsin.c
@@ -7,7 +7,7 @@
/*
* KHAMSIN is an IR/Bluetooth RCU supplied with the SmartLabs
* SML-5442TW DVB-S/VOD box. The RCU has separate IR (TV) and
- * BT (STB) modes. This keymap suppors the IR controls.
+ * BT (STB) modes. This keymap supports the IR controls.
*/

static struct rc_map_table khamsin[] = {
--
2.34.1