From 7d097b223d0b7c4d28a36d50621c3a5315dd57ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Tue, 7 Jun 2016 14:06:24 +0200 Subject: [PATCH] Reindent comment of virNetDevFeatureAvailable --- src/util/virnetdev.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/util/virnetdev.c b/src/util/virnetdev.c index 7db4497cd5..5ad61fe870 100644 --- a/src/util/virnetdev.c +++ b/src/util/virnetdev.c @@ -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) { -- GitLab