From patchwork Thu Feb 25 11:43:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hubert Jasudowicz X-Patchwork-Id: 12104009 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8746C433E0 for ; Thu, 25 Feb 2021 11:43:54 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6B10A64F14 for ; Thu, 25 Feb 2021 11:43:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6B10A64F14 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=cert.pl Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.89676.169097 (Exim 4.92) (envelope-from ) id 1lFF3L-0006Pw-9n; Thu, 25 Feb 2021 11:43:31 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 89676.169097; Thu, 25 Feb 2021 11:43:31 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lFF3L-0006Pp-6p; Thu, 25 Feb 2021 11:43:31 +0000 Received: by outflank-mailman (input) for mailman id 89676; Thu, 25 Feb 2021 11:43:29 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lFF3J-0006Pk-Pa for xen-devel@lists.xenproject.org; Thu, 25 Feb 2021 11:43:29 +0000 Received: from mx.nask.net.pl (unknown [195.187.55.89]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 80125619-04d0-4355-a5be-3c82ee34f9dc; Thu, 25 Feb 2021 11:43:28 +0000 (UTC) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 80125619-04d0-4355-a5be-3c82ee34f9dc From: Hubert Jasudowicz To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Wei Liu , =?utf-8?q?Micha?= =?utf-8?q?=C5=82_Leszczy=C5=84ski?= Subject: [PATCH][4.15] tools: Fix typo in xc_vmtrace_set_option comment Date: Thu, 25 Feb 2021 12:43:07 +0100 Message-Id: <3e81757428750eb351ea9d938bf0770026be4c33.1614253079.git.hubert.jasudowicz@cert.pl> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Signed-off-by: Hubert Jasudowicz --- tools/include/xenctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/include/xenctrl.h b/tools/include/xenctrl.h index 0efcdae8b4..318920166c 100644 --- a/tools/include/xenctrl.h +++ b/tools/include/xenctrl.h @@ -1644,7 +1644,7 @@ int xc_vmtrace_get_option(xc_interface *xch, uint32_t domid, uint32_t vcpu, uint64_t key, uint64_t *value); /** - * Set platform specific vntvmtrace options. + * Set platform specific vmtrace options. * * @parm xch a handle to an open hypervisor interface * @parm domid domain identifier