diff options
| author | Eric Farman <farman@linux.ibm.com> | 2026-05-07 22:08:36 +0200 |
|---|---|---|
| committer | Claudio Imbrenda <imbrenda@linux.ibm.com> | 2026-06-24 10:01:57 +0200 |
| commit | 2d7d4366d0a6f313b454a533ea0e6a00755df8cf (patch) | |
| tree | adedeca8d2eaaf4dd6b2f8f8e91b1335e20dc6d2 | |
| parent | 1a4794f17d0f279c55079717bc02d01ec9893eb3 (diff) | |
| download | lwn-2d7d4366d0a6f313b454a533ea0e6a00755df8cf.tar.gz lwn-2d7d4366d0a6f313b454a533ea0e6a00755df8cf.zip | |
KVM: s390: Fix typo in UCONTROL documentation
Small typo noticed while writing the USER_OPEREXEC selftest.
Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Message-ID: <20260507200836.3500368-4-farman@linux.ibm.com>
Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
| -rw-r--r-- | Documentation/virt/kvm/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 52bbbb553ce1..f0eba90602f0 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -6827,7 +6827,7 @@ s390 specific. } s390_ucontrol; s390 specific. A page fault has occurred for a user controlled virtual -machine (KVM_VM_S390_UNCONTROL) on its host page table that cannot be +machine (KVM_VM_S390_UCONTROL) on its host page table that cannot be resolved by the kernel. The program code and the translation exception code that were placed in the cpu's lowcore are presented here as defined by the z Architecture |
