Re: [PATCH] KVM: arm64: Fix kvm_get_vtcr() kernel-doc

From: Fuad Tabba

Date: Wed Sep 09 2026 - 03:41:33 EST


Hi Karl,

...

Good catch, I'm a fan of documentation fixes :)

While you're on that line, the description is also inaccurate, so you
could fix both in one go and save a follow-up touching the same line:

> - * @phys_shfit: Value to set in VTCR_EL2.T0SZ.
> + * @phys_shift: Value to set in VTCR_EL2.T0SZ.

kvm_get_vtcr() sets T0SZ to 64 - phys_shift, so phys_shift isn't the
value written to the field, it's the IPA size in bits. Something like:

* @phys_shift: IPA size, in bits.

Cheers,
/fuad

>
> base-commit: 893e11787f78e43b534e252249ac3fff4d1333f8
> --
> 2.53.0