]> xenbits.xensource.com Git - libvirt.git/commitdiff
Reindent comment of virNetDevFeatureAvailable
authorJán Tomko <jtomko@redhat.com>
Tue, 7 Jun 2016 12:06:24 +0000 (14:06 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 7 Jun 2016 12:13:11 +0000 (14:13 +0200)
src/util/virnetdev.c

index 7db4497cd5ea05abcd844e4f34814deae95c5207..5ad61fe87040887461742887a51250621878360c 100644 (file)
@@ -3241,14 +3241,14 @@ virNetDevSendEthtoolIoctl(const char *ifname, void *cmd)
 
 
 /**
-* virNetDevFeatureAvailable
-* This function checks for the availability of a network device feature
-*
-* @ifname: name of the interface
-* @cmd: reference to an ethtool command structure
-*
-* Returns 0 if not found, 1 on success, and -1 on failure.
-*/
+ * virNetDevFeatureAvailable
+ * This function checks for the availability of a network device feature
+ *
+ * @ifname: name of the interface
+ * @cmd: reference to an ethtool command structure
+ *
+ * Returns 0 if not found, 1 on success, and -1 on failure.
+ */
 static int
 virNetDevFeatureAvailable(const char *ifname, struct ethtool_value *cmd)
 {