From: Flavio Suligoi Date: Fri, 18 Jun 2021 08:53:24 +0000 (+0200) Subject: ASoC: fsi: fix spelling mistake X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eb1e9b8f581a48943073c60adc3cd3cf63972580;p=linux.git ASoC: fsi: fix spelling mistake Fix "thse" --> "these" in struct fsi_stream declaration. Signed-off-by: Flavio Suligoi Link: https://lore.kernel.org/r/20210618085324.1038524-1-f.suligoi@asem.it Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 3c934f87c2425..cdf3b7f69ba70 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;