These files have \r\n line endings, but a few lines use \r\r\n which is not a valid line ending. These lines were causing problems for git and other tools.
Signed-off-by: Joe Richey <joeric...@google.com> --- SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c index f101ca1c20..18b65da756 100644 --- a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c +++ b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c @@ -1229,7 +1229,7 @@ EFI_STATUS OpalDiskUpdateOwnerShip ( OPAL_DISK *OpalDisk ) -{ +{ OPAL_SESSION Session; if (OpalDisk->MsidLength == 0) { @@ -1245,7 +1245,7 @@ OpalDiskUpdateOwnerShip ( Session.MediaId = OpalDisk->MediaId; Session.OpalBaseComId = OpalDisk->OpalBaseComId; - OpalDisk->Owner = OpalUtilDetermineOwnership(&Session, OpalDisk->Msid, OpalDisk->MsidLength); + OpalDisk->Owner = OpalUtilDetermineOwnership(&Session, OpalDisk->Msid, OpalDisk->MsidLength); return EFI_SUCCESS; } -- 2.21.0.1020.gf2820cf01a-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#40433): https://edk2.groups.io/g/devel/message/40433 Mute This Topic: https://groups.io/mt/31577295/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-