From nobody Thu May 2 08:12:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1560498812; cv=none; d=zoho.com; s=zohoarc; b=FM0KpAwUSNaxgpjYxS5kho2gounYQ8DQ1kbARRhP7pb2jpcbt9f+Wo7jhayPg3aRgsr0SLAzpcVZxIqQNDhcmjgf1cwnHIBKeYg6Itltei+By6J83e93Nk/3I6sDka3b0cGC1ai2PI771OSjZa4IhsyUcZUptBViTryz0zwpbxs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1560498812; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=7wUkMApqAzsyM8pYsBtf0M9tMRfkwGdOjJ9jqf4SXb4=; b=Vw37uAVuoEAybsMcxG4IkOxZXD7V6MC64c2O1tHxXI4qjMHpJY8X3f0nm9pqKD4KggpqfGsLLyuawW1x460NcktnUAQXCgXj16MOw/5FYa1vCcimLQWX5fUYEwW2qVCbdXuPsQ5l+sZ2DiKJWRg2/7lbwFRWhxY99NGNm/g6k2I= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1560498812658270.00496300783107; Fri, 14 Jun 2019 00:53:32 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E18C43082B5F; Fri, 14 Jun 2019 07:53:29 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 928ED5D9D2; Fri, 14 Jun 2019 07:53:28 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 02DF61833002; Fri, 14 Jun 2019 07:53:18 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x5E7rFMh011599 for ; Fri, 14 Jun 2019 03:53:15 -0400 Received: by smtp.corp.redhat.com (Postfix) id 50F0C5C257; Fri, 14 Jun 2019 07:53:15 +0000 (UTC) Received: from moe.brq.redhat.com (unknown [10.43.2.30]) by smtp.corp.redhat.com (Postfix) with ESMTP id D0D2A66D3F for ; Fri, 14 Jun 2019 07:53:10 +0000 (UTC) From: Michal Privoznik To: libvir-list@redhat.com Date: Fri, 14 Jun 2019 09:53:09 +0200 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] virNodeDeviceCapPCIDefFormat: Drop useless space before end of tags X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Fri, 14 Jun 2019 07:53:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Michal Privoznik --- Pushed under trivial rule. src/conf/node_device_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/node_device_conf.c b/src/conf/node_device_conf.c index 1db045d9ac..4ef92d5129 100644 --- a/src/conf/node_device_conf.c +++ b/src/conf/node_device_conf.c @@ -227,14 +227,14 @@ virNodeDeviceCapPCIDefFormat(virBufferPtr buf, virBufferEscapeString(buf, ">%s\n", data->pci_dev.product_name); else - virBufferAddLit(buf, " />\n"); + virBufferAddLit(buf, "/>\n"); virBufferAsprintf(buf, "pci_dev.vendor); if (data->pci_dev.vendor_name) virBufferEscapeString(buf, ">%s\n", data->pci_dev.vendor_name); else - virBufferAddLit(buf, " />\n"); + virBufferAddLit(buf, "/>\n"); if (data->pci_dev.flags & VIR_NODE_DEV_CAP_FLAG_PCI_PHYSICAL_FUNCTION)= { virBufferAddLit(buf, "\n"); virBufferAdjustIndent(buf, 2); --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list