summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQinghua Zhao <zqh1630@126.com>2026-04-09 16:52:13 +0300
committerMark Brown <broonie@kernel.org>2026-04-09 21:41:04 +0300
commit833011cbe663b4ab49c125e09d02c900b599e13b (patch)
tree7c8be5b66cd08e172468f8bef1f2d58e334f66af
parentc822e308c32588a9b52edc2394303d14f675330c (diff)
downloadlinux-833011cbe663b4ab49c125e09d02c900b599e13b.tar.xz
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>
-rw-r--r--sound/soc/tegra/tegra20_spdif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_spdif.h b/sound/soc/tegra/tegra20_spdif.h
index ff4b79e2052f..26ab8d5c7f99 100644
--- a/sound/soc/tegra/tegra20_spdif.h
+++ b/sound/soc/tegra/tegra20_spdif.h
@@ -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)