From nobody Tue May 7 08:13:34 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+47463+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+47463+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=yandex.ru ARC-Seal: i=1; a=rsa-sha256; t=1568792350; cv=none; d=zoho.com; s=zohoarc; b=b/2ZKzzTpLllY52ZEHNTm3Nik7MWGKf67nwKrko9DVVRBo1gxGZSj9Ekj8MXu2iGtunSlq8PwnyAIgSNG6nCxejD7m6fh8icv2obhh55/5MoVlTFp6y9Gzn419yk483vN2dZDDjGGSTVY2S3+It/XSXSprAu3V1jMqJ0IBxn0KY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568792350; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=cirMXi2omDOGUtxC0lpGtTd7bdbciGXikGSO3MlnW5I=; b=KDejpzMVQhXF6Qft7GTNzJ+2GuXRjk0Kz/NQDSANNHUR0nlthN1bXRO9C+Cu1CNC1Okrm7SyEEvDMhZWsbdJFgzir4KwbMm05eHso9LCPa3HTFb38fIT8It8TMI6ZmqsGgU5rzUkNTd30CUnGwSWaYDvfgwE/trVPXb4oij+f9o= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+47463+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1568792350939371.6528879422923; Wed, 18 Sep 2019 00:39:10 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id N3j6YY1788612xN1rih3Y14q; Wed, 18 Sep 2019 00:39:10 -0700 X-Received: from forward106p.mail.yandex.net (forward106p.mail.yandex.net [77.88.28.109]) by groups.io with SMTP; Wed, 18 Sep 2019 00:33:41 -0700 X-Received: from mxback10j.mail.yandex.net (mxback10j.mail.yandex.net [IPv6:2a02:6b8:0:1619::113]) by forward106p.mail.yandex.net (Yandex) with ESMTP id 266651C80CBB for ; Wed, 18 Sep 2019 10:33:38 +0300 (MSK) X-Received: from myt4-6a59ac13d093.qloud-c.yandex.net (myt4-6a59ac13d093.qloud-c.yandex.net [2a02:6b8:c12:88f:0:640:6a59:ac13]) by mxback10j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ICmWi03JBs-Xba4Ijtn; Wed, 18 Sep 2019 10:33:38 +0300 X-Received: by myt4-6a59ac13d093.qloud-c.yandex.net (nwsmtp/Yandex) with ESMTPSA id cKNTCyIkQ8-XbqSBHSV; Wed, 18 Sep 2019 10:33:37 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) From: "Gris87" To: devel@edk2.groups.io Cc: Gris87 Subject: [edk2-devel] [PATCH] MdePkg: Changes in comments Date: Wed, 18 Sep 2019 07:33:20 +0000 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,gris87@yandex.ru X-Gm-Message-State: 94RPbRPj2e2OJFjcU1teOannx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1568792350; bh=0dp9RIcgSq2amaBPBgMUn9QyOI9HcasjsSzFCHnQuHs=; h=Cc:Date:From:Reply-To:Subject:To; b=sNWrL1c0tJceiS/EdW0rqIBxP+kzSc5qk5Glws1E2IuAzs4rZVga3IRVQuY64WpbgCm C9CY6URpkR5VBRiDM6NbITvp3IHMCQili/LsvibYbAOZI+7hcA/cPgvLjo8eCHpyS0b0H imA7Uwsqp3KFdZe4kfPPj9FArJVBRdHNQbw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Simple changes for comments... Signed-off-by: Gris87 --- MdePkg/Include/Protocol/AbsolutePointer.h | 12 ++++++------ MdePkg/Include/Protocol/SimplePointer.h | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MdePkg/Include/Protocol/AbsolutePointer.h b/MdePkg/Include/Pro= tocol/AbsolutePointer.h index 77d34ae5bd..90c9664dbd 100644 --- a/MdePkg/Include/Protocol/AbsolutePointer.h +++ b/MdePkg/Include/Protocol/AbsolutePointer.h @@ -33,14 +33,14 @@ typedef struct _EFI_ABSOLUTE_POINTER_PROTOCOL EFI_ABSOL= UTE_POINTER_PROTOCOL; **/ typedef struct { UINT64 AbsoluteMinX; ///< The Absolute Minimum of the device on the x-ax= is - UINT64 AbsoluteMinY; ///< The Absolute Minimum of the device on the y ax= is. + UINT64 AbsoluteMinY; ///< The Absolute Minimum of the device on the y-ax= is UINT64 AbsoluteMinZ; ///< The Absolute Minimum of the device on the z-ax= is UINT64 AbsoluteMaxX; ///< The Absolute Maximum of the device on the x-ax= is. If 0, and the - ///< AbsoluteMinX is 0, then the pointer device doe= s not support a xaxis - UINT64 AbsoluteMaxY; ///< The Absolute Maximum of the device on the y -a= xis. If 0, and the - ///< AbsoluteMinX is 0, then the pointer device doe= s not support a yaxis. - UINT64 AbsoluteMaxZ; ///< The Absolute Maximum of the device on the z-ax= is. If 0 , and the - ///< AbsoluteMinX is 0, then the pointer device doe= s not support a zaxis + ///< AbsoluteMinX is 0, then the pointer device doe= s not support a x-axis + UINT64 AbsoluteMaxY; ///< The Absolute Maximum of the device on the y-ax= is. If 0, and the + ///< AbsoluteMinY is 0, then the pointer device doe= s not support a y-axis + UINT64 AbsoluteMaxZ; ///< The Absolute Maximum of the device on the z-ax= is. If 0, and the + ///< AbsoluteMinZ is 0, then the pointer device doe= s not support a z-axis UINT32 Attributes; ///< The following bits are set as needed (or'd tog= ether) to indicate the ///< capabilities of the device supported. The rema= ining bits are undefined ///< and should be 0 diff --git a/MdePkg/Include/Protocol/SimplePointer.h b/MdePkg/Include/Proto= col/SimplePointer.h index 2f5a940ff9..a63028cb80 100644 --- a/MdePkg/Include/Protocol/SimplePointer.h +++ b/MdePkg/Include/Protocol/SimplePointer.h @@ -54,12 +54,12 @@ typedef struct { UINT64 ResolutionX; /// /// The resolution of the pointer device on the y-axis in counts/mm. - /// If 0, then the pointer device does not support an x-axis. + /// If 0, then the pointer device does not support an y-axis. /// UINT64 ResolutionY; /// /// The resolution of the pointer device on the z-axis in counts/mm. - /// If 0, then the pointer device does not support an x-axis. + /// If 0, then the pointer device does not support an z-axis. /// UINT64 ResolutionZ; /// --=20 2.19.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47463): https://edk2.groups.io/g/devel/message/47463 Mute This Topic: https://groups.io/mt/34185521/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-