From patchwork Wed Feb 26 16:13:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olaf Hering X-Patchwork-Id: 11406707 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 289481580 for ; Wed, 26 Feb 2020 16:14:50 +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 042C02084E for ; Wed, 26 Feb 2020 16:14:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=aepfle.de header.i=@aepfle.de header.b="pDkcF8Fz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 042C02084E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aepfle.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1j6zJk-0007gp-Ud; Wed, 26 Feb 2020 16:13:48 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1j6zJj-0007gh-GV for xen-devel@lists.xenproject.org; Wed, 26 Feb 2020 16:13:48 +0000 X-Inumbo-ID: f6ee7c2e-58b2-11ea-aba8-bc764e2007e4 Received: from mo6-p01-ob.smtp.rzone.de (unknown [2a01:238:20a:202:5301::10]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id f6ee7c2e-58b2-11ea-aba8-bc764e2007e4; Wed, 26 Feb 2020 16:13:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1582733625; s=strato-dkim-0002; d=aepfle.de; h=Message-Id:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=q0Ih2C2sVJuZoTdwzWs4JECiqZuu+Qy/n22yYEHo4qE=; b=pDkcF8Fze7zKuUoUn/SNBnHAoAQ2DSP8vP+QOi034G9LMssOC1oJ1qUZY8PItIMzhY UwEHGEkQTXabEKhwGDhkThO3BK8yt5sx5SyG+fkEVKaU/FpQH6LjaTT+0AQkqQSL4YPk rdaHCDfqaI02D3uxAclYGRqQ4p2ZFyUYGkZAtDv3x77Wo9VdYlqbYGb1HpKxhSUZD7EX gAbZ1K8F8N+8LQEp5AseHdO/INfW4QvpCD4iJCX/cxqW7nIjOBvE0bPGm7WwN8IwRLlx b5ANKt5YMsWde7cd6qNjWJ0mn5ylKY3ObNJz/kQuG39ucUcoLqBHBmR6x7ZL+2FA4TSQ xaKw== X-RZG-AUTH: ":P2EQZWCpfu+qG7CngxMFH1J+3q8wa/QXkBR9MXjAuznLRsvz6zGrN/JP2665" X-RZG-CLASS-ID: mo00 Received: from sender by smtp.strato.de (RZmta 46.1.12 AUTH) with ESMTPSA id 605caew1QGDiinh (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits)) (Client did not present a certificate); Wed, 26 Feb 2020 17:13:44 +0100 (CET) From: Olaf Hering To: Andrew Cooper , George Dunlap , Ian Jackson , Jan Beulich , Julien Grall , Konrad Rzeszutek Wilk , Stefano Stabellini , Wei Liu , xen-devel@lists.xenproject.org Date: Wed, 26 Feb 2020 17:13:39 +0100 Message-Id: <20200226161339.634-1-olaf@aepfle.de> X-Mailer: git-send-email 2.16.4 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v1] domctl: fix typo in comment X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Olaf Hering Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Add missing 'a' to sharing. Signed-off-by: Olaf Hering Acked-by: Wei Liu --- xen/include/public/domctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h index fec6f6fdd1..1ad34c35eb 100644 --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -841,7 +841,7 @@ struct xen_domctl_gdbsx_domstatus { * in the unshare path. XENMEM_sharing_op_resume is used to wake up * vcpus that could not unshare. * - * Note that shring can be turned on (as per the domctl below) + * Note that sharing can be turned on (as per the domctl below) * *without* this ring being setup. */ #define XEN_DOMCTL_VM_EVENT_OP_SHARING 3