Skip to content

Commit c475b68

Browse files
liujingthierryreding
authored andcommitted
soc/tegra: Fix spelling error in tegra234_lookup_slave_timeout()
Fix spelling error in tegra234_lookup_slave_timeout(). Signed-off-by: liujing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thierry Reding <[email protected]>
1 parent 74d4d7c commit c475b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/tegra/cbb/tegra234-cbb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static void tegra234_lookup_slave_timeout(struct seq_file *file, struct tegra234
277277
* which timed out.
278278
* a) Get block number from the index of set bit in
279279
* <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.
281281
* <FABRIC>_SN_AXI2APB_<>_BLOCK<index-set-bit>_TMO_0.
282282
* c) Read the register in above step to get client_id which
283283
* timed out as per the set bits.

0 commit comments

Comments
 (0)