mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
ArmVirtPkg: Remove duplicated words
In an effort to clean the documentation of the above package, remove duplicated words. Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Sami Mujawar <sami.muajwar@arm.com>
This commit is contained in:
parent
e87ac5ef49
commit
6dc4ac1347
@ -55,7 +55,7 @@ GetSerialConsolePortAddress (
|
|||||||
return EFI_INVALID_PARAMETER;
|
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");
|
ChosenNode = fdt_path_offset (Fdt, "/chosen");
|
||||||
if (ChosenNode < 0) {
|
if (ChosenNode < 0) {
|
||||||
return EFI_NOT_FOUND;
|
return EFI_NOT_FOUND;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user