]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/ScanMem8Wrapper.c
1. Change 0 == Length style to Length == 0
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / ScanMem8Wrapper.c
index 1396fa1e49a79ea8e4ea8acf6b6d9e78df17314a..bf7739679fc4118c2e65b43ed14eba0bf5ffa1d0 100644 (file)
 \r
   Module Name:  ScanMem8Wrapper.c\r
 \r
-  The following BaseMemoryLib instances share the same version of this file:\r
+  The following BaseMemoryLib instances contain the same copy of this file:\r
 \r
     BaseMemoryLib\r
     BaseMemoryLibMmx\r
     BaseMemoryLibSse2\r
     BaseMemoryLibRepStr\r
+    BaseMemoryLibOptDxe\r
+    BaseMemoryLibOptPei\r
     PeiMemoryLib\r
     DxeMemoryLib\r
 \r
@@ -51,7 +53,7 @@ ScanMem8 (
   IN UINT8       Value\r
   )\r
 {\r
-  if (0 == Length) {\r
+  if (Length == 0) {\r
     return NULL;\r
   }\r
   ASSERT (Buffer != NULL);\r