]> git.proxmox.com Git - mirror_edk2.git/commitdiff
FW: [PATCH 3/9] CorebootPayloadPkg/PlatformBdsLib: Fix spelling error
authorLeahy, Leroy P <leroy.p.leahy@intel.com>
Fri, 4 Mar 2016 17:52:14 +0000 (09:52 -0800)
committerPrince Agyeman <prince.agyeman@intel.com>
Mon, 7 Mar 2016 18:32:47 +0000 (10:32 -0800)
-----Original Message-----
From: Leahy, Leroy P
Sent: Friday, March 4, 2016 8:58 AM
To: Ni, Ruiyu <ruiyu.ni@intel.com>; edk2-devel@lists.01.org; Bjorge, Erik C <erik.c.bjorge@intel.com>
Cc: Leahy, Leroy P <leroy.p.leahy@intel.com>
Subject: [PATCH 3/9] CorebootPayloadPkg/PlatformBdsLib: Fix spelling error

Change vender to vendor

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
CorebootPayloadPkg/Library/PlatformBdsLib/BdsPlatform.c
CorebootPayloadPkg/Library/PlatformBdsLib/BdsPlatform.h
CorebootPayloadPkg/Library/PlatformBdsLib/PlatformData.c

index fec14a3be86cf19d7e2f3c60b89bec3d1841be88..44144853068a88c2141e8bf9f4ee9f138b4a713e 100644 (file)
@@ -123,7 +123,7 @@ Returns:
   //\r
   // Register COM1\r
   //    \r
-  DevicePath = AppendDevicePathNode ((EFI_DEVICE_PATH_PROTOCOL *)NULL, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceVenderNode);\r
+  DevicePath = AppendDevicePathNode ((EFI_DEVICE_PATH_PROTOCOL *)NULL, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceVendorNode);
   DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);\r
   DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gTerminalTypeDeviceNode);\r
 \r
index 641e1cbf01bca7b06ab4973375d5870abee872ba..b01155344732008f22e5a1f9035ae95747606cf0 100644 (file)
@@ -38,7 +38,7 @@ extern EFI_DEVICE_PATH_PROTOCOL   *gPlatformRootBridges[];
 extern ACPI_HID_DEVICE_PATH       gPnp16550ComPortDeviceNode;\r
 extern UART_DEVICE_PATH           gUartDeviceNode;\r
 extern VENDOR_DEVICE_PATH         gTerminalTypeDeviceNode;\r
-extern VENDOR_DEVICE_PATH         gUartDeviceVenderNode;\r
+extern VENDOR_DEVICE_PATH         gUartDeviceVendorNode;
 \r
 //\r
 //\r
@@ -83,7 +83,7 @@ extern VENDOR_DEVICE_PATH         gUartDeviceVenderNode;
 #define gPnp16550ComPort \\r
   PNPID_DEVICE_PATH_NODE(0x0501)\r
 \r
-#define gUartVender \\r
+#define gUartVendor \
   { \\r
     { \\r
       HARDWARE_DEVICE_PATH, \\r
index 4739c3c91cf5aed90b57748da7edb8bcebe06b2b..2bd66cb1507187c8d106579a2a22a2091ef8661e 100644 (file)
@@ -23,7 +23,7 @@ UINT16                      gPlatformBootTimeOutDefault = 5;
 ACPI_HID_DEVICE_PATH       gPnp16550ComPortDeviceNode = gPnp16550ComPort;\r
 UART_DEVICE_PATH           gUartDeviceNode            = gUart;\r
 VENDOR_DEVICE_PATH         gTerminalTypeDeviceNode    = gPcAnsiTerminal;\r
-VENDOR_DEVICE_PATH         gUartDeviceVenderNode      = gUartVender;\r
+VENDOR_DEVICE_PATH         gUartDeviceVendorNode      = gUartVendor;
 //\r
 // Predefined platform root bridge\r
 //\r