Skip to content

Commit 00ac838

Browse files
qhjindevbroonie
authored andcommitted
ASoC: topology: Fix typo
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>
1 parent 3203863 commit 00ac838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/soc-topology.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct soc_tplg {
5656
const struct firmware *fw;
5757

5858
/* runtime FW parsing */
59-
const u8 *pos; /* read postion */
59+
const u8 *pos; /* read position */
6060
const u8 *hdr_pos; /* header position */
6161
unsigned int pass; /* pass number */
6262

0 commit comments

Comments
 (0)