linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] docs: kvm: x86: Fix broken field list
@ 2023-04-04 10:14 Takahiro Itazuri
  2023-04-10 22:39 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Takahiro Itazuri @ 2023-04-04 10:14 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-doc, Paolo Bonzini, Jonathan Corbet, David Dunn,
	Bagas Sanjaya, Takahiro Itazuri, Takahiro Itazuri,
	kernel test robot

Add missing ":" to fix a broken field list.

Fixes: ba7bb663f554 ("KVM: x86: Provide per VM capability for disabling PMU virtualization")
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202304041708.siWlxmyD-lkp@intel.com/
Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
---
v3 -> v4
* Add "Reported-by:" tag.
* Link to v3: https://lore.kernel.org/all/20230404090052.9872-1-itazur@amazon.com/

v2 -> v3
* Add another missing ":"
* Link to v2: https://lore.kernel.org/all/20230331093116.99820-1-itazur@amazon.com/

v1 -> v2
* Fix commit message to say "Do foo" instead of "This commit does foo".
* Add "Fixes:" tag.
* Link to v1: https://lore.kernel.org/all/20230330233956.78246-1-itazur@amazon.com/

 Documentation/virt/kvm/api.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index 62de0768d6aa..a5c803f39832 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -8296,11 +8296,11 @@ ENOSYS for the others.
 8.35 KVM_CAP_PMU_CAPABILITY
 ---------------------------
 
-:Capability KVM_CAP_PMU_CAPABILITY
+:Capability: KVM_CAP_PMU_CAPABILITY
 :Architectures: x86
 :Type: vm
 :Parameters: arg[0] is bitmask of PMU virtualization capabilities.
-:Returns 0 on success, -EINVAL when arg[0] contains invalid bits
+:Returns: 0 on success, -EINVAL when arg[0] contains invalid bits
 
 This capability alters PMU virtualization in KVM.
 
-- 
2.38.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v4] docs: kvm: x86: Fix broken field list
  2023-04-04 10:14 [PATCH v4] docs: kvm: x86: Fix broken field list Takahiro Itazuri
@ 2023-04-10 22:39 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-04-10 22:39 UTC (permalink / raw)
  To: Takahiro Itazuri, linux-kernel
  Cc: linux-doc, Paolo Bonzini, David Dunn, Bagas Sanjaya,
	Takahiro Itazuri, Takahiro Itazuri, kernel test robot

Takahiro Itazuri <itazur@amazon.com> writes:

> Add missing ":" to fix a broken field list.
>
> Fixes: ba7bb663f554 ("KVM: x86: Provide per VM capability for disabling PMU virtualization")
> Reported-by: kernel test robot <lkp@intel.com>
> Link: https://lore.kernel.org/oe-kbuild-all/202304041708.siWlxmyD-lkp@intel.com/
> Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
> ---
> v3 -> v4
> * Add "Reported-by:" tag.
> * Link to v3: https://lore.kernel.org/all/20230404090052.9872-1-itazur@amazon.com/
>
> v2 -> v3
> * Add another missing ":"
> * Link to v2: https://lore.kernel.org/all/20230331093116.99820-1-itazur@amazon.com/
>
> v1 -> v2
> * Fix commit message to say "Do foo" instead of "This commit does foo".
> * Add "Fixes:" tag.
> * Link to v1: https://lore.kernel.org/all/20230330233956.78246-1-itazur@amazon.com/
>
>  Documentation/virt/kvm/api.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
> index 62de0768d6aa..a5c803f39832 100644
> --- a/Documentation/virt/kvm/api.rst
> +++ b/Documentation/virt/kvm/api.rst
> @@ -8296,11 +8296,11 @@ ENOSYS for the others.
>  8.35 KVM_CAP_PMU_CAPABILITY
>  ---------------------------
>  
> -:Capability KVM_CAP_PMU_CAPABILITY
> +:Capability: KVM_CAP_PMU_CAPABILITY
>  :Architectures: x86
>  :Type: vm
>  :Parameters: arg[0] is bitmask of PMU virtualization capabilities.
> -:Returns 0 on success, -EINVAL when arg[0] contains invalid bits
> +:Returns: 0 on success, -EINVAL when arg[0] contains invalid bits

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-10 22:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04 10:14 [PATCH v4] docs: kvm: x86: Fix broken field list Takahiro Itazuri
2023-04-10 22:39 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).