Hi Hemanth,
On Fri, 4 Sept 2026 at 13:25, Hemanth Selam [off-list ref] wrote:
quoted hunk ↗ jump to hunk
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 <redacted>
---
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