mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02: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