Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

liujing and committed by
Thierry Reding
c475b681 74d4d7c6

+1 -1
+1 -1
drivers/soc/tegra/cbb/tegra234-cbb.c
··· 277 277 * which timed out. 278 278 * a) Get block number from the index of set bit in 279 279 * <FABRIC>_SN_AXI2APB_<>_BLOCK_TMO_STATUS_0 register. 280 - * b) Get address of register repective to block number i.e. 280 + * b) Get address of register respective to block number i.e. 281 281 * <FABRIC>_SN_AXI2APB_<>_BLOCK<index-set-bit>_TMO_0. 282 282 * c) Read the register in above step to get client_id which 283 283 * timed out as per the set bits.