Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: tegra: Fix spelling error 'recieved' -> 'received'

Fix typo in comment where 'recieved' should be 'received'.

Signed-off-by: Qinghua Zhao <zqh1630@126.com>
Link: https://patch.msgid.link/20260409135213.16558-1-zqh1630@126.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Qinghua Zhao and committed by
Mark Brown
833011cb c822e308

+1 -1
+1 -1
sound/soc/tegra/tegra20_spdif.h
··· 171 171 172 172 /* 173 173 * RX channel block data receive status: 174 - * 0=entire block not recieved yet. 174 + * 0=entire block not received yet. 175 175 * 1=received entire block of channel status, 176 176 */ 177 177 #define TEGRA20_SPDIF_STATUS_IS_C (1 << 21)