All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpuidle: tegra: fix typo in a comment
@ 2021-12-12  3:31 Jason Wang
  2021-12-14  6:02 ` Dmitry Osipenko
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Wang @ 2021-12-12  3:31 UTC (permalink / raw)
  To: daniel.lezcano
  Cc: rafael, thierry.reding, jonathanh, linux-pm, linux-tegra,
	linux-kernel, Jason Wang

The double `that' in the comment in line 275 is repeated. Remove one
of them from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/cpuidle/cpuidle-tegra.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpuidle/cpuidle-tegra.c b/drivers/cpuidle/cpuidle-tegra.c
index 9845629aeb6d..93ed4b8e164a 100644
--- a/drivers/cpuidle/cpuidle-tegra.c
+++ b/drivers/cpuidle/cpuidle-tegra.c
@@ -272,7 +272,7 @@ static int tegra114_enter_s2idle(struct cpuidle_device *dev,
  * LP2 | C7	(CPU core power gating)
  * LP2 | CC6	(CPU cluster power gating)
  *
- * Note that that the older CPUIDLE driver versions didn't explicitly
+ * Note that the older CPUIDLE driver versions didn't explicitly
  * differentiate the LP2 states because these states either used the same
  * code path or because CC6 wasn't supported.
  */
-- 
2.34.1


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

* Re: [PATCH] cpuidle: tegra: fix typo in a comment
  2021-12-12  3:31 [PATCH] cpuidle: tegra: fix typo in a comment Jason Wang
@ 2021-12-14  6:02 ` Dmitry Osipenko
  2021-12-14  6:28   ` Dmitry Osipenko
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Osipenko @ 2021-12-14  6:02 UTC (permalink / raw)
  To: Jason Wang, daniel.lezcano
  Cc: rafael, thierry.reding, jonathanh, linux-pm, linux-tegra, linux-kernel

12.12.2021 06:31, Jason Wang пишет:
> The double `that' in the comment in line 275 is repeated. Remove one
> of them from the comment.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/cpuidle/cpuidle-tegra.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpuidle/cpuidle-tegra.c b/drivers/cpuidle/cpuidle-tegra.c
> index 9845629aeb6d..93ed4b8e164a 100644
> --- a/drivers/cpuidle/cpuidle-tegra.c
> +++ b/drivers/cpuidle/cpuidle-tegra.c
> @@ -272,7 +272,7 @@ static int tegra114_enter_s2idle(struct cpuidle_device *dev,
>   * LP2 | C7	(CPU core power gating)
>   * LP2 | CC6	(CPU cluster power gating)
>   *
> - * Note that that the older CPUIDLE driver versions didn't explicitly
> + * Note that the older CPUIDLE driver versions didn't explicitly
>   * differentiate the LP2 states because these states either used the same
>   * code path or because CC6 wasn't supported.
>   */
> 

This might be a candidate for <trivial@kernel.org>.

https://www.kernel.org/doc/html/latest/process/submitting-patches.html#select-the-recipients-for-your-patch

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

* Re: [PATCH] cpuidle: tegra: fix typo in a comment
  2021-12-14  6:02 ` Dmitry Osipenko
@ 2021-12-14  6:28   ` Dmitry Osipenko
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Osipenko @ 2021-12-14  6:28 UTC (permalink / raw)
  To: Jason Wang, daniel.lezcano
  Cc: rafael, thierry.reding, jonathanh, linux-pm, linux-tegra, linux-kernel

14.12.2021 09:02, Dmitry Osipenko пишет:
> 12.12.2021 06:31, Jason Wang пишет:
>> The double `that' in the comment in line 275 is repeated. Remove one
>> of them from the comment.
>>
>> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
>> ---
>>  drivers/cpuidle/cpuidle-tegra.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/cpuidle/cpuidle-tegra.c b/drivers/cpuidle/cpuidle-tegra.c
>> index 9845629aeb6d..93ed4b8e164a 100644
>> --- a/drivers/cpuidle/cpuidle-tegra.c
>> +++ b/drivers/cpuidle/cpuidle-tegra.c
>> @@ -272,7 +272,7 @@ static int tegra114_enter_s2idle(struct cpuidle_device *dev,
>>   * LP2 | C7	(CPU core power gating)
>>   * LP2 | CC6	(CPU cluster power gating)
>>   *
>> - * Note that that the older CPUIDLE driver versions didn't explicitly
>> + * Note that the older CPUIDLE driver versions didn't explicitly
>>   * differentiate the LP2 states because these states either used the same
>>   * code path or because CC6 wasn't supported.
>>   */
>>
> 
> This might be a candidate for <trivial@kernel.org>.
> 
> https://www.kernel.org/doc/html/latest/process/submitting-patches.html#select-the-recipients-for-your-patch
> 

Although, probably not, because documentation should mean only
Documentation/.

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

end of thread, other threads:[~2021-12-14  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12  3:31 [PATCH] cpuidle: tegra: fix typo in a comment Jason Wang
2021-12-14  6:02 ` Dmitry Osipenko
2021-12-14  6:28   ` Dmitry Osipenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.