mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
drivers: misc: ti-st: Fix a typo ("unknow")
Spell it as "unknown". Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Link: https://lore.kernel.org/r/20230129161942.1627267-1-j.neuschaefer@gmx.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cc3db79bb1
commit
31d5f93454
@ -338,7 +338,7 @@ void st_int_recv(void *disc_data,
|
||||
ptr++;
|
||||
count--;
|
||||
continue;
|
||||
/* Unknow packet? */
|
||||
/* Unknown packet? */
|
||||
default:
|
||||
type = *ptr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user