diff mbox series

ASoC: fsi: fix spelling mistake

Message ID 20210618085324.1038524-1-f.suligoi@asem.it
State Accepted
Commit eb1e9b8f581a48943073c60adc3cd3cf63972580
Headers show
Series ASoC: fsi: fix spelling mistake | expand

Commit Message

Flavio Suligoi June 18, 2021, 8:53 a.m. UTC
Fix "thse" --> "these" in struct fsi_stream declaration.

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 sound/soc/sh/fsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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;