]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/SocketDxe/ComponentName.c
Update the sockets library code
[mirror_edk2.git] / StdLib / SocketDxe / ComponentName.c
index 7fe9c711ee343c2b12359fbd2d4aef969c15af68..ff1f1015166042033079eccb494ee800e2ee2667 100644 (file)
@@ -17,7 +17,7 @@
 /**\r
   EFI Component Name Protocol declaration\r
 **/\r
-GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL  gComponentName = {\r
+GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL  mComponentName = {\r
   GetDriverName,\r
   GetControllerName,\r
   "eng"\r
@@ -26,7 +26,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL  gComponentName = {
 /**\r
   EFI Component Name 2 Protocol declaration\r
 **/\r
-GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL gComponentName2 = {\r
+GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL mComponentName2 = {\r
   (EFI_COMPONENT_NAME2_GET_DRIVER_NAME) GetDriverName,\r
   (EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME) GetControllerName,\r
   "en"\r
@@ -91,7 +91,7 @@ GetDriverName (
              pThis->SupportedLanguages,\r
              mDriverNameTable,\r
              ppDriverName,\r
-             (BOOLEAN)(pThis == &gComponentName)\r
+             (BOOLEAN)(pThis == &mComponentName)\r
              );\r
   return Status;\r
 }\r