summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliujing <liujing@cmss.chinamobile.com>2024-12-09 08:51:48 +0300
committerThierry Reding <treding@nvidia.com>2025-01-10 20:51:02 +0300
commitc475b68155942cc2142aca02f3fc19f6e730f17e (patch)
tree0c04c0dd521e996c0e70236292120f372dddf942
parent74d4d7c64d89aaf3e08aa06a6967dbc540b72c06 (diff)
downloadlinux-c475b68155942cc2142aca02f3fc19f6e730f17e.tar.xz
soc/tegra: Fix spelling error in tegra234_lookup_slave_timeout()
Fix spelling error in tegra234_lookup_slave_timeout(). Signed-off-by: liujing <liujing@cmss.chinamobile.com> Link: https://lore.kernel.org/r/20241209055148.3749-1-liujing@cmss.chinamobile.com Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--drivers/soc/tegra/cbb/tegra234-cbb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/tegra/cbb/tegra234-cbb.c b/drivers/soc/tegra/cbb/tegra234-cbb.c
index 5cf0e8c34164..c74629af9bb5 100644
--- a/drivers/soc/tegra/cbb/tegra234-cbb.c
+++ b/drivers/soc/tegra/cbb/tegra234-cbb.c
@@ -277,7 +277,7 @@ static void tegra234_lookup_slave_timeout(struct seq_file *file, struct tegra234
* which timed out.
* a) Get block number from the index of set bit in
* <FABRIC>_SN_AXI2APB_<>_BLOCK_TMO_STATUS_0 register.
- * b) Get address of register repective to block number i.e.
+ * b) Get address of register respective to block number i.e.
* <FABRIC>_SN_AXI2APB_<>_BLOCK<index-set-bit>_TMO_0.
* c) Read the register in above step to get client_id which
* timed out as per the set bits.