mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
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:
parent
c5ad09a346
commit
eb1e9b8f58
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user