Message ID | ZqB3lofbzMQh5Q-5@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] KVM: Documentation: Fix title underline too short warning | expand |
On 7/23/24 21:40, Chang Yu wrote: > Fix "WARNING: Title underline too short" by extending title line to the > proper length. > > Signed-off-by: Chang Yu <marcus.yu.56@gmail.com> > --- > Changes in v2: > - Fix the format of the subject and the commit message. > > > Documentation/virt/kvm/api.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst > index fe722c5dada9..a510ce749c3c 100644 > --- a/Documentation/virt/kvm/api.rst > +++ b/Documentation/virt/kvm/api.rst > @@ -6368,7 +6368,7 @@ a single guest_memfd file, but the bound ranges must not overlap). > See KVM_SET_USER_MEMORY_REGION2 for additional details. > > 4.143 KVM_PRE_FAULT_MEMORY > ------------------------- > +--------------------------- > > :Capability: KVM_CAP_PRE_FAULT_MEMORY > :Architectures: none Look good to me. Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> thanks, -- Shuah
On 7/24/24 05:40, Chang Yu wrote: > Fix "WARNING: Title underline too short" by extending title line to the > proper length. > > Signed-off-by: Chang Yu <marcus.yu.56@gmail.com> > --- > Changes in v2: > - Fix the format of the subject and the commit message. > > > Documentation/virt/kvm/api.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst > index fe722c5dada9..a510ce749c3c 100644 > --- a/Documentation/virt/kvm/api.rst > +++ b/Documentation/virt/kvm/api.rst > @@ -6368,7 +6368,7 @@ a single guest_memfd file, but the bound ranges must not overlap). > See KVM_SET_USER_MEMORY_REGION2 for additional details. > > 4.143 KVM_PRE_FAULT_MEMORY > ------------------------- > +--------------------------- > > :Capability: KVM_CAP_PRE_FAULT_MEMORY > :Architectures: none Applied, thanks. Paolo
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index fe722c5dada9..a510ce749c3c 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -6368,7 +6368,7 @@ a single guest_memfd file, but the bound ranges must not overlap). See KVM_SET_USER_MEMORY_REGION2 for additional details. 4.143 KVM_PRE_FAULT_MEMORY ------------------------- +--------------------------- :Capability: KVM_CAP_PRE_FAULT_MEMORY :Architectures: none
Fix "WARNING: Title underline too short" by extending title line to the proper length. Signed-off-by: Chang Yu <marcus.yu.56@gmail.com> --- Changes in v2: - Fix the format of the subject and the commit message. Documentation/virt/kvm/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)