]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ASoC: fsi: fix spelling mistake
authorFlavio Suligoi <f.suligoi@asem.it>
Fri, 18 Jun 2021 08:53:24 +0000 (10:53 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 18 Jun 2021 11:55:19 +0000 (12:55 +0100)
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>
sound/soc/sh/fsi.c

index 3c934f87c2425a8459304b9cb3905fbb9bd9c134..cdf3b7f69ba706b99941692b56961c8284070efd 100644 (file)
@@ -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;