[libvirt] [PATCH 1/3] virhostcpu.c: Fix misalignment in virHostCPUGetMSRFromKVM comment

Michal Privoznik mprivozn at redhat.com
Mon Apr 15 04:50:17 UTC 2019


Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 src/util/virhostcpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/virhostcpu.c b/src/util/virhostcpu.c
index 10bf3a93d5..dabe3eed82 100644
--- a/src/util/virhostcpu.c
+++ b/src/util/virhostcpu.c
@@ -1301,7 +1301,7 @@ virHostCPUGetMSRFromKVM(unsigned long index ATTRIBUTE_UNUSED,
 /*
  * Returns 0 on success,
  *         1 when the MSR is not supported by the host CPU,
-*         -1 on error.
+ *        -1 on error.
  */
 int
 virHostCPUGetMSR(unsigned long index,
-- 
2.21.0




More information about the libvir-list mailing list