Unverified Commit eb1e9b8f authored by Flavio Suligoi's avatar Flavio Suligoi Committed by Mark Brown
Browse files

ASoC: fsi: fix spelling mistake



Fix "thse" --> "these" in struct fsi_stream declaration.

Signed-off-by: default avatarFlavio Suligoi <f.suligoi@asem.it>
Link: https://lore.kernel.org/r/20210618085324.1038524-1-f.suligoi@asem.it


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c5ad09a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;