[PATCH v3] soc/tegra: Resolve a spelling error in the tegra194-cbb.c

From: Bruno Sobreira França

Date: Thu Oct 23 2025 - 21:35:41 EST


Fix a typo spotted during code reading.

Signed-off-by: Bruno Sobreira França <brunofrancadevsec@xxxxxxxxx>
---
Changes in v3:
- Improve commit message
Changes in v2:
- Really fix the spelling error
---
drivers/soc/tegra/cbb/tegra194-cbb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/tegra/cbb/tegra194-cbb.c b/drivers/soc/tegra/cbb/tegra194-cbb.c
index 846b17ffc2f9..e1deda188fdb 100644
--- a/drivers/soc/tegra/cbb/tegra194-cbb.c
+++ b/drivers/soc/tegra/cbb/tegra194-cbb.c
@@ -1836,7 +1836,7 @@ print_errlog1_2(struct seq_file *file, struct tegra194_cbb *cbb,
}

/*
- * Print transcation type, error code and description from ErrLog0 for all
+ * Print transaction type, error code and description from ErrLog0 for all
* errors. For NOC slave errors, all relevant error info is printed using
* ErrLog0 only. But additional information is printed for errors from
* APB slaves because for them:
--
2.43.0