Skip to content

Commit

Permalink
soc/tegra: Fix spelling error in tegra234_lookup_slave_timeout()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
liujing authored and Thierry Reding committed Jan 10, 2025
1 parent 74d4d7c commit c475b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/tegra/cbb/tegra234-cbb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c475b68

Please sign in to comment.