DuetPkg: SataControllerDxe: fix typo in "DisqulifiedModes"
Cc: Alexander Graf <agraf@suse.de> Cc: Reza Jelveh <reza.jelveh@tuhh.de> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Hannes Reinecke <hare@suse.de> Cc: Gabriel L. Somlo <somlo@cmu.edu> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Tested-by: Gabriel Somlo <somlo@cmu.edu> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18524 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -95,7 +95,7 @@ typedef struct _EFI_SATA_CONTROLLER_PRIVATE_DATA {
|
||||
// From ATA/ATAPI spec, if a mode is not supported,
|
||||
// the modes higher than it is also not supported
|
||||
//
|
||||
EFI_ATA_COLLECTIVE_MODE *DisqulifiedModes;
|
||||
EFI_ATA_COLLECTIVE_MODE *DisqualifiedModes;
|
||||
|
||||
//
|
||||
// A copy of EFI_IDENTIFY_DATA data for each attached SATA device and its flag
|
||||
|
Reference in New Issue
Block a user