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
parent
c822e308c3
commit
833011cbe6
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue