ASoC: fsi: fix spelling mistake

Fix "thse" --> "these" in struct fsi_stream declaration.

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Link: https://lore.kernel.org/r/20210618085324.1038524-1-f.suligoi@asem.it
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Flavio Suligoi 2021-06-18 10:53:24 +02:00 committed by Mark Brown
parent c5ad09a346
commit eb1e9b8f58
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -219,7 +219,7 @@ struct fsi_stream {
u32 bus_option;
/*
* thse are initialized by fsi_handler_init()
* these are initialized by fsi_handler_init()
*/
struct fsi_stream_handler *handler;
struct fsi_priv *priv;