From: Qinghua Jin Date: Thu, 6 Jan 2022 09:28:47 +0000 (+0800) Subject: ASoC: topology: Fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=00ac838924f73b51e82994c7fc870f0a994e4d34;p=linux.git ASoC: topology: Fix typo change 'postion' to 'position' Signed-off-by: Qinghua Jin Link: https://lore.kernel.org/r/20220106092847.357035-1-qhjin.dev@gmail.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c index f5b9e66ac3b82..2630df024dff3 100644 --- a/sound/soc/soc-topology.c +++ b/sound/soc/soc-topology.c @@ -56,7 +56,7 @@ struct soc_tplg { const struct firmware *fw; /* runtime FW parsing */ - const u8 *pos; /* read postion */ + const u8 *pos; /* read position */ const u8 *hdr_pos; /* header position */ unsigned int pass; /* pass number */