File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -717,12 +717,7 @@ impl BootServices {
717717 ///
718718 /// This function directly calls the UEFI function `EFI_BOOT_SERVICES.SignalEvent()`.
719719 ///
720- /// Note: The UEFI Specification v2.9 states that this may only return `EFI_SUCCESS`, but,
721- /// depending on the UEFI implementation, it is possible that this may return an error.
722- /// More research should be done to determine if any UEFI implementations (specifically EDK2)
723- /// return error codes for this function. To be safe, ensure that error codes are handled
724- /// properly.
725- ///
720+ /// Currently, (as of UEFI Spec v2.9) this only returns `EFI_SUCCESS`.
726721 /// See the function definition in the UEFI Specification, Chapter 7.1 for more details.
727722 pub fn signal_event ( & self , event : & Event ) -> Result {
728723 // Safety: cloning this event should be safe, as we're directly passing it to firmware
You can’t perform that action at this time.
0 commit comments