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>
master
Qinghua Zhao 2026-04-09 21:52:13 +08:00 committed by Mark Brown
parent c822e308c3
commit 833011cbe6
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

View File

@ -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)