[PATCH] extcon: fix spelling mistake "funciton" -> "function"

From: Diego Fernando Mancera Gomez

Date: Fri Jul 17 2026 - 01:37:37 EST


Fix a spelling mistake in a comment.

Signed-off-by: Diego Fernando Mancera Gomez <diegomancera.dev@xxxxxxxxx>
---
drivers/extcon/extcon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c
index 98d85cc114a7..f2ce7634ee2f 100644
--- a/drivers/extcon/extcon.c
+++ b/drivers/extcon/extcon.c
@@ -1234,7 +1234,7 @@ static int extcon_alloc_groups(struct extcon_dev *edev)
* do not set the values of "internal data", which are initialized by
* this function.
*
- * Note that before calling this funciton, have to allocate the memory
+ * Note that before calling this function, have to allocate the memory
* of an extcon device by using the extcon_dev_allocate(). And the extcon
* dev should include the supported_cable information.
*
--
2.54.0.windows.1