X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiLib%2FUefiDriverModel.c;h=05f6ec8427b67c45e7ed7f0e13345d1222abceb5;hp=68be087c8a5a2181b6bc2471a3b67e9ee8b56b12;hb=58380e9c6174f23df78f777b4209c0fd75245cda;hpb=3b33c6d65d88da47fe059eff5cd92b39b6d0f42e diff --git a/MdePkg/Library/UefiLib/UefiDriverModel.c b/MdePkg/Library/UefiLib/UefiDriverModel.c index 68be087c8a..05f6ec8427 100644 --- a/MdePkg/Library/UefiLib/UefiDriverModel.c +++ b/MdePkg/Library/UefiLib/UefiDriverModel.c @@ -33,7 +33,7 @@ @param DriverBindingHandle The handle that DriverBinding is to be installed onto. If this parameter is NULL, then a new handle is created. - @retval EFI_SUCCESS The protocol installation is completed successfully. + @retval EFI_SUCCESS The protocol installation successfully completed. @retval EFI_OUT_OF_RESOURCES There was not enough system resources to install the protocol. @retval Others Status from gBS->InstallMultipleProtocolInterfaces(). @@ -93,7 +93,7 @@ EfiLibInstallDriverBinding ( @param DriverConfiguration A Driver Configuration Protocol instance that this driver is producing. @param DriverDiagnostics A Driver Diagnostics Protocol instance that this driver is producing. - @retval EFI_SUCCESS The protocol installation is completed successfully. + @retval EFI_SUCCESS The protocol installation successfully completed. @retval EFI_OUT_OF_RESOURCES There was not enough memory in pool to install all the protocols. **/ @@ -222,7 +222,7 @@ EfiLibInstallAllDriverProtocols ( @param ComponentName A Component Name Protocol instance that this driver is producing. @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing. - @retval EFI_SUCCESS The protocol installation is completed successfully. + @retval EFI_SUCCESS The protocol installation successfully completed. @retval EFI_OUT_OF_RESOURCES There was not enough memory in pool to install all the protocols. **/ @@ -315,7 +315,7 @@ EfiLibInstallDriverBindingComponentName2 ( @param DriverDiagnostics A Driver Diagnostics Protocol instance that this driver is producing. @param DriverDiagnostics2 A Driver Diagnostics Protocol 2 instance that this driver is producing. - @retval EFI_SUCCESS The protocol installation is completed successfully. + @retval EFI_SUCCESS The protocol installation successfully completed. @retval EFI_OUT_OF_RESOURCES There was not enough memory in pool to install all the protocols. **/