ASoC: SOF: sof-client: trivial: fix comment typo
authorEugen Hristev <eugen.hristev@collabora.com>
Tue, 31 Oct 2023 11:22:18 +0000 (13:22 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Nov 2023 11:10:19 +0000 (11:10 +0000)
Fix typo s/depndent/dependent

Fixes: 6e9548cdb30e ("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>
sound/soc/sof/sof-client.c

index 9dce7f53b482131e5db23da720ca2f598dc32996..54dca91255a0a5bf80cf4f94eccffc2dd8719ebd 100644 (file)
@@ -176,7 +176,7 @@ int sof_register_clients(struct snd_sof_dev *sdev)
                goto err_kernel_injector;
        }
 
-       /* Platform depndent client device registration */
+       /* Platform dependent client device registration */
 
        if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients)
                ret = sof_ops(sdev)->register_ipc_clients(sdev);