diff options
author | Flavio Suligoi <[email protected]> | 2021-06-18 10:53:24 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-06-18 12:55:19 +0100 |
commit | eb1e9b8f581a48943073c60adc3cd3cf63972580 (patch) | |
tree | 364cecd1134fed17392cf3defe1fd9550fdf8b8e | |
parent | c5ad09a346651c4612668e2da68b8ebf78d66fd4 (diff) |
ASoC: fsi: fix spelling mistake
Fix "thse" --> "these" in struct fsi_stream declaration.
Signed-off-by: Flavio Suligoi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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; |