EmbeddedPkg: Fix various typos
Fix various typos in EmbeddedPkg. Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
@@ -634,7 +634,7 @@ SiI3132GetDevice (
|
||||
return EFI_UNSUPPORTED;
|
||||
} else {
|
||||
*Port = ((SATA_DEVICE_PATH*)DevicePath)->Lun;
|
||||
// Return the first Sata Sevice as there should be only one directly connected
|
||||
// Return the first Sata Device as there should be only one directly connected
|
||||
*PortMultiplierPort = ((SATA_SI3132_DEVICE*)SataSiI3132Instance->Ports[*Port].Devices.ForwardLink)->Index;
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user