Linux Tegra architecture development
 help / color / mirror / Atom feed
* [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
@ 2025-10-22 17:45 Bruno Sobreira França
  2025-10-23  6:12 ` Herve Codina
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bruno Sobreira França @ 2025-10-22 17:45 UTC (permalink / raw)
  Cc: Bruno Sobreira França, Thierry Reding, Jonathan Hunter,
	Gabriel Somlo, Herve Codina, Bjorn Andersson, Andrew Jeffery,
	Uwe Kleine-König, linux-tegra, linux-kernel

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
  2025-10-22 17:45 [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c Bruno Sobreira França
@ 2025-10-23  6:12 ` Herve Codina
  2025-10-23 14:24 ` Jon Hunter
  2025-10-23 16:16 ` Uwe Kleine-König
  2 siblings, 0 replies; 4+ messages in thread
From: Herve Codina @ 2025-10-23  6:12 UTC (permalink / raw)
  To: Bruno Sobreira França
  Cc: Thierry Reding, Jonathan Hunter, Gabriel Somlo, Bjorn Andersson,
	Andrew Jeffery, Uwe Kleine-König, linux-tegra, linux-kernel

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é

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
  2025-10-22 17:45 [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c Bruno Sobreira França
  2025-10-23  6:12 ` Herve Codina
@ 2025-10-23 14:24 ` Jon Hunter
  2025-10-23 16:16 ` Uwe Kleine-König
  2 siblings, 0 replies; 4+ messages in thread
From: Jon Hunter @ 2025-10-23 14:24 UTC (permalink / raw)
  To: Bruno Sobreira França
  Cc: Thierry Reding, Gabriel Somlo, Herve Codina, Bjorn Andersson,
	Andrew Jeffery, Uwe Kleine-König, linux-tegra, linux-kernel


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c
  2025-10-22 17:45 [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c Bruno Sobreira França
  2025-10-23  6:12 ` Herve Codina
  2025-10-23 14:24 ` Jon Hunter
@ 2025-10-23 16:16 ` Uwe Kleine-König
  2 siblings, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2025-10-23 16:16 UTC (permalink / raw)
  To: Bruno Sobreira França
  Cc: Thierry Reding, Jonathan Hunter, Gabriel Somlo, Herve Codina,
	Bjorn Andersson, Andrew Jeffery, linux-tegra, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-23 16:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 17:45 [PATCH v2] soc/tegra: Resolve a spelling error in the tegra194-cbb.c Bruno Sobreira França
2025-10-23  6:12 ` Herve Codina
2025-10-23 14:24 ` Jon Hunter
2025-10-23 16:16 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox