Re: [PATCH 4/5] cpuidle: fix repeated word 'that' in comment

From: Rafael J. Wysocki (Intel)

Date: Fri Sep 11 2026 - 10:37:47 EST


On Mon, Sep 7, 2026 at 8:48 AM Hemanth Selam <hemanth.selam@xxxxxxxxx> wrote:
>
> Drop the second 'that', reported by checkpatch.pl as a possible repeated
> word. Only touches a comment, no code changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
> ---
> 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 aca907a62bb5..d2fc216c38fc 100644
> --- a/drivers/cpuidle/cpuidle-tegra.c
> +++ b/drivers/cpuidle/cpuidle-tegra.c
> @@ -281,7 +281,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.
> */
> --

Applied as 7.4 material, thanks!