]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: Coding style (minor changes)
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Nov 2011 23:31:02 +0000 (23:31 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Nov 2011 23:31:02 +0000 (23:31 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12625 6f19259b-4bc3-4df7-8a09-765794883524

ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
ArmPlatformPkg/Bds/BdsHelper.c
ArmPlatformPkg/Bds/BdsInternal.h
ArmPlatformPkg/Sec/Exception.S

index 2e222de51b6ecbb7bb6587155e1e48a1aa72292b..07d0ea7b4120e735d61fb47b47c862dba77d9576 100644 (file)
@@ -57,7 +57,7 @@ UefiMain (
       return EFI_UNSUPPORTED;\r
     }\r
 \r
-    // Generate the File Path Node for the Linux Kernel & Device Tree blobl\r
+    // Generate the File Path Node for the Linux Kernel & Device Tree blob\r
     DevicePathKernel = FileDevicePath (LoadedImage->DeviceHandle, LINUX_KERNEL_NAME);\r
     DevicePathFdt    = FileDevicePath (LoadedImage->DeviceHandle, FDT_NAME);\r
 \r
index bdfaafad2c98585b42a7a4d18f9cc205e5141be5..d306eea39be71e0e3475e7675ca30a59df8335c1 100644 (file)
@@ -181,7 +181,7 @@ GetHIInputBoolean (
 
   while(1) {
     Print (L"[y/n] ");
-    Status = GetHIInputStr (CmdBoolean,2);
+    Status = GetHIInputStr (CmdBoolean, 2);
     if (EFI_ERROR(Status)) {
       return Status;
     } else if ((CmdBoolean[0] == L'y') || (CmdBoolean[0] == L'Y')) {
index fd49d9e4992d0b9c5ea18d7d1c4213232e2cfcdd..e7a83e6926f7fff60e35f39f096296493c1d56b2 100644 (file)
@@ -88,9 +88,9 @@ typedef enum {
 } BDS_SUPPORTED_DEVICE_TYPE;\r
 \r
 typedef struct {\r
-  LIST_ENTRY                  Link;\r
-  CHAR16                      Description[BOOT_DEVICE_DESCRIPTION_MAX];\r
-  EFI_DEVICE_PATH_PROTOCOL*   DevicePathProtocol;\r
+  LIST_ENTRY                          Link;\r
+  CHAR16                              Description[BOOT_DEVICE_DESCRIPTION_MAX];\r
+  EFI_DEVICE_PATH_PROTOCOL*           DevicePathProtocol;\r
   struct _BDS_LOAD_OPTION_SUPPORT*    Support;\r
 } BDS_SUPPORTED_DEVICE;\r
 \r
index bdcdeff741aecb69d3f5f5e1b0ffa774ad98e186..14e1fa8c1d752a813432be186f15e76e90d0ed6f 100644 (file)
@@ -12,8 +12,8 @@
 #
 
 #include <AsmMacroIoLib.h>
-#include <Base.h>
 #include <AutoGen.h>
+#include "SecInternal.h"
 
 .text
 .align 5