aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/fsi.c
diff options
context:
space:
mode:
authorFlavio Suligoi <f.suligoi@asem.it>2021-06-18 10:53:24 +0200
committerMark Brown <broonie@kernel.org>2021-06-18 12:55:19 +0100
commiteb1e9b8f581a48943073c60adc3cd3cf63972580 (patch)
tree364cecd1134fed17392cf3defe1fd9550fdf8b8e /sound/soc/sh/fsi.c
parentASoC: Intel: bdw-rt5677: remove unnecessary oom message (diff)
downloadlinux-dev-eb1e9b8f581a48943073c60adc3cd3cf63972580.tar.xz
linux-dev-eb1e9b8f581a48943073c60adc3cd3cf63972580.zip
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/fsi.c')
-rw-r--r--sound/soc/sh/fsi.c2
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;