Unverified Commit 833011cb authored by Qinghua Zhao's avatar Qinghua Zhao Committed by Mark Brown
Browse files

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



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

Signed-off-by: default avatarQinghua Zhao <zqh1630@126.com>
Link: https://patch.msgid.link/20260409135213.16558-1-zqh1630@126.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c822e308
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@

/*
 * RX channel block data receive status:
 * 0=entire block not recieved yet.
 * 0=entire block not received yet.
 * 1=received entire block of channel status,
 */
#define TEGRA20_SPDIF_STATUS_IS_C				(1 << 21)