public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: gris87@yandex.ru
To: devel@edk2.groups.io
Cc: Gris87 <Gris87@yandex.ru>
Subject: [PATCH] MdePkg: Changes in comments
Date: Wed, 18 Sep 2019 07:33:20 +0000	[thread overview]
Message-ID: <b338e85a29799413500e5b36dc91b464bb671d80.1568791966.git.Gris87@yandex.ru> (raw)

Simple changes for comments...

Signed-off-by: Gris87 <Gris87@yandex.ru>
---
 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/Protocol/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_ABSOLUTE_POINTER_PROTOCOL;
 **/
 typedef struct {
   UINT64 AbsoluteMinX; ///< The Absolute Minimum of the device on the x-axis
-  UINT64 AbsoluteMinY; ///< The Absolute Minimum of the device on the y axis.
+  UINT64 AbsoluteMinY; ///< The Absolute Minimum of the device on the y-axis
   UINT64 AbsoluteMinZ; ///< The Absolute Minimum of the device on the z-axis
   UINT64 AbsoluteMaxX; ///< The Absolute Maximum of the device on the x-axis. If 0, and the
-                       ///< AbsoluteMinX is 0, then the pointer device does not support a xaxis
-  UINT64 AbsoluteMaxY; ///< The Absolute Maximum of the device on the y -axis. If 0, and the
-                       ///< AbsoluteMinX is 0, then the pointer device does not support a yaxis.
-  UINT64 AbsoluteMaxZ; ///< The Absolute Maximum of the device on the z-axis. If 0 , and the
-                       ///< AbsoluteMinX is 0, then the pointer device does not support a zaxis
+                       ///< AbsoluteMinX is 0, then the pointer device does not support a x-axis
+  UINT64 AbsoluteMaxY; ///< The Absolute Maximum of the device on the y-axis. If 0, and the
+                       ///< AbsoluteMinY is 0, then the pointer device does not support a y-axis
+  UINT64 AbsoluteMaxZ; ///< The Absolute Maximum of the device on the z-axis. If 0, and the
+                       ///< AbsoluteMinZ is 0, then the pointer device does not support a z-axis
   UINT32 Attributes;   ///< The following bits are set as needed (or'd together) to indicate the
                        ///< capabilities of the device supported. The remaining bits are undefined
                        ///< and should be 0
diff --git a/MdePkg/Include/Protocol/SimplePointer.h b/MdePkg/Include/Protocol/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;
   ///
-- 
2.19.1


                 reply	other threads:[~2019-09-18  7:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b338e85a29799413500e5b36dc91b464bb671d80.1568791966.git.Gris87@yandex.ru \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox