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

Bruno Sobreira França posted 1 patch 3 months, 2 weeks ago
There is a newer version of this series
drivers/soc/tegra/cbb/tegra194-cbb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
Posted by Bruno Sobreira França 3 months, 2 weeks ago
I aim to join the Linux Kernel Mentorship Program, so I'm currently a
ddressinng minor issues in the kernel.

Signed-off-by: Bruno Sobreira França <brunofrancadevsec@gmail.com>
---
 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..9a52cd3aea65 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 transacation 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

Re: [PATCH] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
Posted by Uwe Kleine-König 3 months, 2 weeks ago
Hello,

On Wed, Oct 22, 2025 at 01:54:54AM +0000, Bruno Sobreira França wrote:
> I aim to join the Linux Kernel Mentorship Program, so I'm currently a
> ddressinng minor issues in the kernel.

This is not describing the change, so has no place here.

> Signed-off-by: Bruno Sobreira França <brunofrancadevsec@gmail.com>
> ---
>  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..9a52cd3aea65 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 transacation type, error code and description from ErrLog0 for all

My spell checker does neither know about "transcation" nor "transacation" ...

Best regards
Uwe