Skip to content

Commit 45f2f28

Browse files
ehristevbroonie
authored andcommitted
ASoC: SOF: sof-client: trivial: fix comment typo
Fix typo s/depndent/dependent Fixes: 6e9548c ("ASoC: SOF: Convert the generic IPC flood test into SOF client") Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20231031112218.79136-1-eugen.hristev@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4bdcbc3 commit 45f2f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/sof-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ int sof_register_clients(struct snd_sof_dev *sdev)
176176
goto err_kernel_injector;
177177
}
178178

179-
/* Platform depndent client device registration */
179+
/* Platform dependent client device registration */
180180

181181
if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients)
182182
ret = sof_ops(sdev)->register_ipc_clients(sdev);

0 commit comments

Comments
 (0)