]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: tegra: Fix spelling error 'recieved' -> 'received'
authorQinghua Zhao <zqh1630@126.com>
Thu, 9 Apr 2026 13:52:13 +0000 (21:52 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 9 Apr 2026 18:41:04 +0000 (19:41 +0100)
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>
sound/soc/tegra/tegra20_spdif.h

index ff4b79e2052fcee2a92ce2ae679ee2c10d0d8b2c..26ab8d5c7f99d80987210ac2832abdeb225a5052 100644 (file)
 
 /*
  * 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)