From: Qinghua Zhao Date: Thu, 9 Apr 2026 13:52:13 +0000 (+0800) Subject: ASoC: tegra: Fix spelling error 'recieved' -> 'received' X-Git-Tag: v7.1-rc1~166^2~5^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=833011cbe663b4ab49c125e09d02c900b599e13b;p=thirdparty%2Fkernel%2Flinux.git ASoC: tegra: Fix spelling error 'recieved' -> 'received' Fix typo in comment where 'recieved' should be 'received'. Signed-off-by: Qinghua Zhao Link: https://patch.msgid.link/20260409135213.16558-1-zqh1630@126.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/tegra/tegra20_spdif.h b/sound/soc/tegra/tegra20_spdif.h index ff4b79e2052fc..26ab8d5c7f99d 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)