[edk2-devel] [PATCH] MdePkg: Changes in comments

Gris87 posted 1 patch 4 years, 7 months ago
Failed in applying to current master (apply log)
MdePkg/Include/Protocol/AbsolutePointer.h | 12 ++++++------
MdePkg/Include/Protocol/SimplePointer.h   |  4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
[edk2-devel] [PATCH] MdePkg: Changes in comments
Posted by Gris87 4 years, 7 months ago
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


-=-=-=-=-=-=-=-=-=-=-=-
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]
-=-=-=-=-=-=-=-=-=-=-=-