[PATCH 3/3] arm64: kvm: fix repeated word 'is' in comment

Fuad Tabba fuad.tabba at linux.dev
Fri Sep 4 05:46:21 PDT 2026


Hi Hemanth,

On Fri, 4 Sept 2026 at 13:25, Hemanth Selam <hemanth.selam at gmail.com> wrote:
>
> Drop the second 'is', 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 at gmail.com>
> ---
>  arch/arm64/kvm/pauth.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/kvm/pauth.c b/arch/arm64/kvm/pauth.c
> index d5eb3ae876be..22ff4b78d0e9 100644
> --- a/arch/arm64/kvm/pauth.c
> +++ b/arch/arm64/kvm/pauth.c
> @@ -5,7 +5,7 @@
>   *
>   * Primitive PAuth emulation for ERETAA/ERETAB.
>   *
> - * This code assumes that is is run from EL2, and that it is part of
> + * This code assumes that is run from EL2, and that it is part of

The typo here is that the first "is" should have been an "it", rather
than being a duplicate.

+ * This code assumes that it is run from EL2, and that it is part of

Cheers,
/fuad

>   * the emulation of ERETAx for a guest hypervisor. That's a lot of
>   * baked-in assumptions and shortcuts.
>   *
> --
> 2.48.1
>



More information about the linux-arm-kernel mailing list