]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
include: add a space before ending a comment
authorJán Tomko <jtomko@redhat.com>
Fri, 24 Jan 2020 20:28:00 +0000 (21:28 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 28 Jan 2020 12:32:28 +0000 (13:32 +0100)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
include/libvirt/libvirt-domain.h
include/libvirt/libvirt-host.h
include/libvirt/virterror.h

index faba90b040484c9026cd8a90cc83815cb132dd99..5846e93d98009e51f329a8eead90d1c36c6f150c 100644 (file)
@@ -1428,7 +1428,7 @@ char *                  virDomainGetSchedulerType(virDomainPtr domain,
 # define VIR_DOMAIN_BLKIO_DEVICE_WRITE_BPS "device_write_bytes_sec"
 
 
-/* Set Blkio tunables for the domain*/
+/* Set Blkio tunables for the domain */
 int     virDomainSetBlkioParameters(virDomainPtr domain,
                                     virTypedParameterPtr params,
                                     int nparams, unsigned int flags);
@@ -1436,7 +1436,7 @@ int     virDomainGetBlkioParameters(virDomainPtr domain,
                                     virTypedParameterPtr params,
                                     int *nparams, unsigned int flags);
 
-/* Manage memory parameters.  */
+/* Manage memory parameters. */
 
 /**
  * VIR_DOMAIN_MEMORY_PARAM_UNLIMITED:
@@ -1483,7 +1483,7 @@ int     virDomainGetBlkioParameters(virDomainPtr domain,
 
 # define VIR_DOMAIN_MEMORY_SWAP_HARD_LIMIT "swap_hard_limit"
 
-/* Set memory tunables for the domain*/
+/* Set memory tunables for the domain */
 int     virDomainSetMemoryParameters(virDomainPtr domain,
                                      virTypedParameterPtr params,
                                      int nparams, unsigned int flags);
@@ -1768,7 +1768,7 @@ struct _virDomainBlockInfo {
                                     * holes, similar to 'du') */
     unsigned long long physical;   /* host physical size in bytes of
                                     * the image container (last
-                                    * offset, similar to 'ls')*/
+                                    * offset, similar to 'ls') */
 };
 
 int                     virDomainGetBlockInfo(virDomainPtr dom,
index b87d634813cdf0f8d17e13531100cc2e384819e8..6972834175c2252280963c0bcc147097947542a8 100644 (file)
@@ -167,7 +167,7 @@ struct _virNodeInfo {
     unsigned int sockets; /* number of CPU sockets per node if nodes > 1,
                              1 in case of unusual NUMA topology */
     unsigned int cores;   /* number of cores per socket, total number of
-                             processors in case of unusual NUMA topology*/
+                             processors in case of unusual NUMA topology */
     unsigned int threads; /* number of threads per core, 1 in case of
                              unusual numa topology */
 };
index b7aa2a0ec3767f8e8b2a5125b2653baca2af32ee..0f1c32283dc26393d0e8ff0475f06372a86a8d6a 100644 (file)
@@ -313,15 +313,14 @@ typedef enum {
                                            was denied */
     VIR_ERR_DBUS_SERVICE = 89,          /* error from a dbus service */
     VIR_ERR_STORAGE_VOL_EXIST = 90,     /* the storage vol already exists */
-    VIR_ERR_CPU_INCOMPATIBLE = 91,      /* given CPU is incompatible with host
-                                           CPU*/
+    VIR_ERR_CPU_INCOMPATIBLE = 91,      /* given CPU is incompatible with host CPU */
     VIR_ERR_XML_INVALID_SCHEMA = 92,    /* XML document doesn't validate against schema */
     VIR_ERR_MIGRATE_FINISH_OK = 93,     /* Finish API succeeded but it is expected to return NULL */
     VIR_ERR_AUTH_UNAVAILABLE = 94,      /* authentication unavailable */
     VIR_ERR_NO_SERVER = 95,             /* Server was not found */
     VIR_ERR_NO_CLIENT = 96,             /* Client was not found */
     VIR_ERR_AGENT_UNSYNCED = 97,        /* guest agent replies with wrong id
-                                           to guest-sync command (DEPRECATED)*/
+                                           to guest-sync command (DEPRECATED) */
     VIR_ERR_LIBSSH = 98,                /* error in libssh transport driver */
     VIR_ERR_DEVICE_MISSING = 99,        /* fail to find the desired device */
     VIR_ERR_INVALID_NWFILTER_BINDING = 100,  /* invalid nwfilter binding */