diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2021-06-18 11:53:24 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-18 14:55:19 +0300 |
commit | eb1e9b8f581a48943073c60adc3cd3cf63972580 (patch) | |
tree | 364cecd1134fed17392cf3defe1fd9550fdf8b8e /sound/soc/sh | |
parent | c5ad09a346651c4612668e2da68b8ebf78d66fd4 (diff) | |
download | linux-eb1e9b8f581a48943073c60adc3cd3cf63972580.tar.xz |
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>
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/fsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 3c934f87c242..cdf3b7f69ba7 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -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; |