X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmVirtPkg%2FLibrary%2FFdt16550SerialPortHookLib%2FEarlyFdt16550SerialPortHookLib.c;fp=ArmVirtPkg%2FLibrary%2FFdt16550SerialPortHookLib%2FEarlyFdt16550SerialPortHookLib.c;h=fb1daf32769c20521e93de7af0f54a6a8e2c8369;hb=6dc4ac13476d182f473b8c61afe736d9f3596503;hp=5c01a9997ead616113f34ba89440ee038fcba07d;hpb=e87ac5ef4976d97867ded8db55d177a986912df8;p=mirror_edk2.git diff --git a/ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c b/ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c index 5c01a9997e..fb1daf3276 100644 --- a/ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c +++ b/ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c @@ -55,7 +55,7 @@ GetSerialConsolePortAddress ( return EFI_INVALID_PARAMETER; } - // The "chosen" node resides at the the root of the DT. Fetch it. + // The "chosen" node resides at the root of the DT. Fetch it. ChosenNode = fdt_path_offset (Fdt, "/chosen"); if (ChosenNode < 0) { return EFI_NOT_FOUND;