2023-01-29 16:19:54

by Jonathan Neuschäfer

[permalink] [raw]
Subject: [PATCH] drivers: misc: ti-st: Fix a typo ("unknow")

Spell it as "unknown".

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
drivers/misc/ti-st/st_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/ti-st/st_core.c b/drivers/misc/ti-st/st_core.c
index 7f6976a9f508b..01d2257deea46 100644
--- a/drivers/misc/ti-st/st_core.c
+++ b/drivers/misc/ti-st/st_core.c
@@ -338,7 +338,7 @@ void st_int_recv(void *disc_data,
ptr++;
count--;
continue;
- /* Unknow packet? */
+ /* Unknown packet? */
default:
type = *ptr;

--
2.39.0