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

Bruno Sobreira França posted 1 patch 3 months, 2 weeks ago
drivers/soc/tegra/cbb/tegra194-cbb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
Posted by Bruno Sobreira França 3 months, 2 weeks ago
Hi, this commit resolves a spelling error in the tegra194-cbb.c.

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

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

On Wed, Oct 22, 2025 at 05:45:24PM +0000, Bruno Sobreira França wrote:
> Hi, this commit resolves a spelling error in the tegra194-cbb.c.

Unusual commit log, I would expect something like:

	Fix a typo found by CSpell.

here. (Obviously replace CSpell by the tool you actually used, or use
something like:

	Fix a typo spotted during code reading.

if there was no tool involved.

Best regards
Uwe
Re: [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
Posted by Jon Hunter 3 months, 2 weeks ago
On 22/10/2025 18:45, Bruno Sobreira França wrote:
> Hi, this commit resolves a spelling error in the tegra194-cbb.c.
> 
> Signed-off-by: Bruno Sobreira França <brunofrancadevsec@gmail.com>
> ---
> 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:


Reviewed-by: Jon Hunter <jonathanh@nvidia.com>

Thanks!
Jon

-- 
nvpublic

Re: [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
Posted by Herve Codina 3 months, 2 weeks ago
Hi Bruno,

On Wed, 22 Oct 2025 17:45:24 +0000
Bruno Sobreira França <brunofrancadevsec@gmail.com> wrote:

> Hi, this commit resolves a spelling error in the tegra194-cbb.c.
> 
> Signed-off-by: Bruno Sobreira França <brunofrancadevsec@gmail.com>
> ---
> 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:

Reviewed-by: Herve Codina <herve.codina@bootlin.com>

Best regards,
Hervé