Commit eb1e9b8f authored by Flavio Suligoi's avatar Flavio Suligoi Committed by Mark Brown

ASoC: fsi: fix spelling mistake

Fix "thse" --> "these" in struct fsi_stream declaration.
Signed-off-by: default avatarFlavio Suligoi <f.suligoi@asem.it>
Link: https://lore.kernel.org/r/20210618085324.1038524-1-f.suligoi@asem.itSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent c5ad09a3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment