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…
Reference in New Issue