summaryrefslogtreecommitdiff
path: root/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-01 23:31:02 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-01 23:31:02 +0000
commit793275a85867b5558c897b4ae8ebab6381335ca4 (patch)
tree87a23b59601bbeb3673606b28b5214406ecf27f4 /ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
parenta79803d7f90940f3ee2cec346260edb8c058bea6 (diff)
downloadedk2-platforms-793275a85867b5558c897b4ae8ebab6381335ca4.tar.xz
ArmPlatformPkg: Coding style (minor changes)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12625 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c')
-rw-r--r--ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c b/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
index 2e222de51b..07d0ea7b41 100644
--- a/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
+++ b/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
@@ -57,7 +57,7 @@ UefiMain (
return EFI_UNSUPPORTED;
}
- // Generate the File Path Node for the Linux Kernel & Device Tree blobl
+ // Generate the File Path Node for the Linux Kernel & Device Tree blob
DevicePathKernel = FileDevicePath (LoadedImage->DeviceHandle, LINUX_KERNEL_NAME);
DevicePathFdt = FileDevicePath (LoadedImage->DeviceHandle, FDT_NAME);