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 <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
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)