OSDN Git Service

ASoC: topology: Fix typo
authorQinghua Jin <qhjin.dev@gmail.com>
Thu, 6 Jan 2022 09:28:47 +0000 (17:28 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 6 Jan 2022 13:55:55 +0000 (13:55 +0000)
change 'postion' to 'position'

Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>
Link: https://lore.kernel.org/r/20220106092847.357035-1-qhjin.dev@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c

index f5b9e66..2630df0 100644 (file)
@@ -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 */